Author: ask
Date: Fri Feb  1 11:39:11 2008
New Revision: 842

Modified:
   trunk/Changes
   trunk/lib/Qpsmtpd.pm

Log:
bump version to 0.43rc1; update Changes

Modified: trunk/Changes
==============================================================================
--- trunk/Changes       (original)
+++ trunk/Changes       Fri Feb  1 11:39:11 2008
@@ -1,4 +1,39 @@
-0.42 - October 1, 2007
+0.43 - February 5, 2008
+
+  (This release was mostly done by Matt Sergeant and Hanno Hecker)
+
+  Allow qpsmtpd-async to detatch (Chris Lewis).
+
+  plugins/tls: work-around for failed connections in -prefork after
+  STARTTLS connection (Stefan Priebe, Hanno Hecker)
+
+  Make the cleanup socket location parameter in the postfix plugin work 
+  ([EMAIL PROTECTED])
+
+  Implement config caching properly (for async).
+
+  Hook/plugin caching
+
+  Remove the connection / transaction id feature (never released)
+
+  Option to clamdscan to scan all messages, even if there are no attachments
+
+  add new clamd_user parameter that sets the user we pass to clamd
+
+  async: Support for HUPing the server to clear the cache. Wake-one child 
support.
+
+  async: Don't listen for readiness in the parent any more - breaks
+  under high load.
+
+  Made user() and host() setters as well as getters in
+  Qpsmtpd::Address.  Suggested by [EMAIL PROTECTED]
+
+  Pluggable "help", based on patch by Jose Luis Martinez.
+ 
+  Updated plugin documentation.
+
+
+0.42 - October 1, 2007 - Never released
   
   Pluggable hook "noop"
 

Modified: trunk/lib/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Qpsmtpd.pm        (original)
+++ trunk/lib/Qpsmtpd.pm        Fri Feb  1 11:39:11 2008
@@ -7,7 +7,7 @@
 
 #use DashProfiler;
 
-$VERSION = "0.42rc1";
+$VERSION = "0.43rc1";
 
 my $hooks = {};
 my %defaults = (

Reply via email to