[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.30

Martijn Pieters mj@zope.com
Sat, 12 Oct 2002 12:43:28 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv32007/doc

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
Add missing import and changelog entry.

Ahem, *cough*: "Please run the test suite before checking in a change! At
the very least run the tests for the package you changed."


=== Zope/doc/CHANGES.txt 1.535.2.29 => 1.535.2.30 ===
--- Zope/doc/CHANGES.txt:1.535.2.29	Thu Oct 10 10:12:45 2002
+++ Zope/doc/CHANGES.txt	Sat Oct 12 12:43:27 2002
@@ -74,6 +74,9 @@
       - ZTUtils.Zope.TreeSkipMixin allows you to skip unauthorized objects in
         the tree, but the filter wasn't applied when trying to filter candidate
         child nodes through a custom setChildAccess filter.
+
+      - Emails sent through MailHost now automatically include a Date header if
+        not already present, in compliance with RFC822 and RFC2822.
       
     Features Added