<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,14 @@ Jim Winstead &lt;jimw@trainedmonkey.com&gt;: the core &quot;command dispatch&quot;
 system in qpsmtpd is taken from his colobus nntp server.  The
 check_badmailfrom and check_mailrcptto plugins.
 
+John Peacock &lt;jpeacock@cpan.org&gt;: More changes, fixes and vast
+improvements for me to ever catch up on here.
+
+Matt Sergeant &lt;matt@sergeant.org&gt;: Clamav plugin.  Patch for the dnsbl
+plugin to give us all the dns results.  Resident SpamAssassin guru.
+PPerl. smtp-forward plugin. Documentation (yay!).  Lots of fixes and
+tweaks.  Apache module.  Event based high performance experiment.
+
 Devin Carraway &lt;qpsmtpd@devin.com&gt;: Patch to not accept half mails if
 the connection gets dropped at the wrong moment.  Support and enable
 taint checking. MAIL FROM host dns check configurable.  HELO hook.
@@ -15,10 +23,6 @@ Marius Kjeldahl &lt;marius@kjeldahl.net&gt;, Zukka Zitting
 
 Robert Spier &lt;robert@perl.org&gt;: Klez filter.
 
-Matt Sergeant &lt;matt@sergeant.org&gt;: Clamav plugin.  Patch for the dnsbl
-plugin to give us all the dns results.  Resident SpamAssassin guru.
-PPerl. smtp-forward plugin. Documentation (yay!).
-
 Rasjid Wilcox &lt;rasjidw@openminddev.net&gt;: Lots of patches as per the
 Changes file.
 
@@ -28,4 +32,5 @@ format for the dates in the &quot;Received&quot; headers.
 Gergely Risko &lt;risko@risko.hu&gt;: Fixed timeout bug when the client sent
 DATA and then stopped before sending the next line.
 
-... and many others per the Change file!
+... and many many others per the Changes file and subversion logs and
+    mailing list archives.  Thanks everyone!</diff>
      <filename>CREDITS</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,35 @@
 0.30 - 
 
+  Add plugable logging support include sample plugin which replicates
+  the existing core code.  Add OK hook.
+
+  Add new logging plugin, logging/adaptive, which logs at different
+  levels depending on whether the message was accepted/rejected. 
+
+  (See README.logging for information about the new logging system by
+  John Peacock)
+
+  plugins/auth/auth_ldap_bind - New plugin to authenticate against an
+  LDAP database. Thanks to Elliot Foster &lt;elliotf@gratuitous.net&gt;
+
+  plugins/auth/auth_flat_file - flat file auth plugin
+
+  Revamp Qpsmtpd::Constants so it is possible to retrieve the text
+  representation from the numeric (for logging purposes).
+
+  Store mail in memory up to a certain threshold (default 10k).
+
+  Remove needless restriction on temp_file() to allow the spool
+  directory path to include dots (as in ../)
+
+  Fix off-by-one line numbers in warnings from plugins (thanks to
+  Brian Grossman).
+
   Don't check the HELO host for rfc-ignorant compliance
+  
+  body_write patches from Brian Grossman
+
+  Fix for corruption problem under Apache
 
 
 0.29 - 2005/03/03</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -105,7 +105,7 @@ sub compile {
     }
     close F;
 
-    my $line = &quot;\n#line 1 $file\n&quot;;
+    my $line = &quot;\n#line 0 $file\n&quot;;
 
     if ($test_mode) {
         if (open(F, &quot;t/plugin_tests/$plugin&quot;)) {</diff>
      <filename>lib/Qpsmtpd/Plugin.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a5b362f9ff31496c641616a3bde2dc0f6592a292</id>
    </parent>
  </parents>
  <author>
    <name>Ask Bj&#248;rn Hansen</name>
    <email>ask@develooper.com</email>
  </author>
  <url>http://github.com/abh/qpsmtpd/commit/6ca4bc388cebd44dcbf540fed2204c936054ec90</url>
  <id>6ca4bc388cebd44dcbf540fed2204c936054ec90</id>
  <committed-date>2005-05-05T00:44:34-07:00</committed-date>
  <authored-date>2005-05-05T00:44:34-07:00</authored-date>
  <message>  Fix off-by-one line numbers in warnings from plugins (thanks to
  Brian Grossman).

  update changes file with all (?) changes since 0.29


git-svn-id: https://svn.perl.org/qpsmtpd/trunk@411 958fd67b-6ff1-0310-b445-bb7760255be9</message>
  <tree>4de21889e4bc8fb502a73db94257d8d9cdb638b0</tree>
  <committer>
    <name>Ask Bj&#248;rn Hansen</name>
    <email>ask@develooper.com</email>
  </committer>
</commit>
