[Checkins] SVN: zope.sendmail/trunk/ - move changes to CHANGES.txt

Benji York benji at zope.com
Thu Dec 20 08:57:04 EST 2007


Log message for revision 82371:
  - move changes to CHANGES.txt
  - add CHANGES.txt entries for recent changes
  

Changed:
  A   zope.sendmail/trunk/CHANGES.txt
  U   zope.sendmail/trunk/README.txt

-=-
Added: zope.sendmail/trunk/CHANGES.txt
===================================================================
--- zope.sendmail/trunk/CHANGES.txt	                        (rev 0)
+++ zope.sendmail/trunk/CHANGES.txt	2007-12-20 13:57:04 UTC (rev 82371)
@@ -0,0 +1,41 @@
+3.5.0b1 (unreleased)
+--------------------
+
+- Can now talk to servers that don't implement EHLO
+- Fix bug that caused files with very long names to be created
+- Fix for https://bugs.launchpad.net/zope3/+bug/157104: move aside mail that's
+  causing 5xx server responses.
+
+
+3.5.0a2 (2007-10-23)
+--------------------
+
+- Cleaned up ``does_esmtp`` in faux SMTP connection classes provided by the
+  tests.
+- If the QueueProcessorThread is asked to stop while sending messages, do so
+  after sending the current message; previously if there were many, many
+  messages to send, the thread could stick around for quite a while.
+
+
+3.5.0a1 (2007-10-23)
+--------------------
+
+- QueueProcessorThread now accepts an optional parameter 'interval' for
+  defining how often to processes the mail queue (default is 3 second)
+
+- Several QueueProcessorThreads (either in the same process, or multiple
+  processes) can now deliver messages from a single maildir without duplicates
+  being sent.
+
+
+3.4.0 (2007-08-20)
+--------------------
+
+No changes since 3.4.0a1.
+
+
+3.4.0a1 (2007-04-22)
+--------------------
+
+Initial release as a separate project, corresponds to zope.sendmail
+from Zope 3.4.0a1.


Property changes on: zope.sendmail/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.sendmail/trunk/README.txt
===================================================================
--- zope.sendmail/trunk/README.txt	2007-12-20 11:34:26 UTC (rev 82370)
+++ zope.sendmail/trunk/README.txt	2007-12-20 13:57:04 UTC (rev 82371)
@@ -40,43 +40,3 @@
 If mail delivery succeeds, an ``IMailSentEvent`` is dispatched by the
 mailer.  If mail delivery fails, no exceptions are raised, but an
 `IMailErrorEvent` is dispatched by the mailer.
-
-
-Changes
-=======
-
-3.5.0b1 (unreleased)
---------------------
-
-TBD
-
-3.5.0a2 (2007-10-23)
---------------------
-
-Cleaned up ``does_esmtp`` in faux SMTP connection classes provided by
-the tests.
-
-If the QueueProcessorThread is asked to stop while sending messages, do so
-after sending the current message; previously if there were many, many
-messages to send, the thread could stick around for quite a while.
-
-3.5.0a1 (2007-10-23)
---------------------
-
-QueueProcessorThread now accepts an optional parameter 'interval' for
-defining how often to processes the mail queue (default is 3 second)
-
-Several QueueProcessorThreads (either in the same process, or multiple
-processes) can now deliver messages from a single maildir without duplicates
-being sent.
-
-3.4.0 (2007-08-20)
---------------------
-
-No changes since 3.4.0a1.
-
-3.4.0a1 (2007-04-22)
---------------------
-
-Initial release as a separate project, corresponds to zope.sendmail
-from Zope 3.4.0a1.



More information about the Checkins mailing list