Author: ask
Date: Thu Jun  7 18:09:40 2007
New Revision: 752

Modified:
   trunk/MANIFEST
   trunk/MANIFEST.SKIP
   trunk/lib/Qpsmtpd.pm

Log:
update manifest (bump to 0.40_02)


Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Thu Jun  7 18:09:40 2007
@@ -11,19 +11,32 @@
 config.sample/require_resolvable_fromhost
 config.sample/rhsbl_zones
 config.sample/size_threshold
+config.sample/flat_auth_pw
+config.sample/rcpthosts
+config.sample/tls_before_auth
+config.sample/tls_ciphers
 CREDITS
 lib/Apache/Qpsmtpd.pm
+lib/Danga/Client.pm
+lib/Danga/TimeoutSocket.pm
 lib/Qpsmtpd.pm
 lib/Qpsmtpd/Address.pm
 lib/Qpsmtpd/Auth.pm
 lib/Qpsmtpd/Command.pm
+lib/Qpsmtpd/ConfigServer.pm
 lib/Qpsmtpd/Connection.pm
 lib/Qpsmtpd/Constants.pm
+lib/Qpsmtpd/DSN.pm
 lib/Qpsmtpd/Plugin.pm
+lib/Qpsmtpd/PollServer.pm
 lib/Qpsmtpd/Postfix.pm
+lib/Qpsmtpd/Postfix/Constants.pm
+lib/Qpsmtpd/Postfix/pf2qp.pl
 lib/Qpsmtpd/SelectServer.pm
 lib/Qpsmtpd/SMTP.pm
+lib/Qpsmtpd/SMTP/Prefork.pm
 lib/Qpsmtpd/TcpServer.pm
+lib/Qpsmtpd/TcpServer/Prefork.pm
 lib/Qpsmtpd/Transaction.pm
 lib/Qpsmtpd/Utils.pm
 LICENSE
@@ -32,6 +45,9 @@
 MANIFEST                       This list of files
 MANIFEST.SKIP
 META.yml                       Module meta-data (added by MakeMaker)
+plugins/async/check_earlytalker
+plugins/async/dnsbl
+plugins/async/require_resolvable_fromhost
 plugins/auth/auth_cvm_unix_local
 plugins/auth/auth_flat_file
 plugins/auth/auth_ldap_bind
@@ -50,16 +66,24 @@
 plugins/check_spamhelo
 plugins/content_log
 plugins/count_unrecognized_commands
+plugins/domainkeys
+plugins/dont_require_anglebrackets
 plugins/dns_whitelist_soft
 plugins/dnsbl
 plugins/greylisting
+plugins/hosts_allow
 plugins/http_config
 plugins/ident/geoip
 plugins/ident/p0f
 plugins/logging/adaptive
 plugins/logging/devnull
+plugins/logging/file
+plugins/logging/syslog
 plugins/logging/warn
 plugins/milter
+plugins/parse_addr_withhelo
+plugins/relay_only
+plugins/tls_cert
 plugins/queue/exim-bsmtp
 plugins/queue/maildir
 plugins/queue/postfix-queue
@@ -83,9 +107,12 @@
 plugins/virus/sophie
 plugins/virus/uvscan
 qpsmtpd
+qpsmtpd-async
 qpsmtpd-forkserver
 qpsmtpd-server
+qpsmtpd-prefork
 README
+README.authentication
 README.logging
 README.plugins
 run
@@ -93,8 +120,12 @@
 t/addresses.t
 t/helo.t
 t/plugin_tests.t
+t/plugin_tests/auth/auth_flat_file
+t/plugin_tests/auth/authdeny
+t/plugin_tests/auth/authnull
 t/plugin_tests/check_badrcptto
 t/plugin_tests/dnsbl
+t/plugin_tests/rcpt_ok
 t/qpsmtpd-address.t
 t/tempstuff.t
 t/Test/Qpsmtpd.pm

Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP (original)
+++ trunk/MANIFEST.SKIP Thu Jun  7 18:09:40 2007
@@ -25,3 +25,4 @@
 ^MakeMaker-\d
 \#$
 \B\.svn\b
+^\.perltidyrc$

Modified: trunk/lib/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Qpsmtpd.pm        (original)
+++ trunk/lib/Qpsmtpd.pm        Thu Jun  7 18:09:40 2007
@@ -5,7 +5,7 @@
 use Sys::Hostname;
 use Qpsmtpd::Constants;
 
-$VERSION = "0.40_01";
+$VERSION = "0.40_02";
 
 sub version { $VERSION };
 

Reply via email to