Log message for revision 41226:
  Put deprecation change notes under 'Restructuring'.
  

Changed:
  U   Zope/trunk/doc/CHANGES.txt

-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt  2006-01-08 14:51:18 UTC (rev 41225)
+++ Zope/trunk/doc/CHANGES.txt  2006-01-08 14:59:52 UTC (rev 41226)
@@ -24,7 +24,7 @@
 
   Trunk only (unreleased)
 
-    Features added
+    Restructuring
 
       - deprecated the zLOG module. Use Pythons 'logging' module instead.
 
@@ -42,6 +42,16 @@
 
       - ZGadyFlyDA/Gadfly is deprecated
 
+      - deprecated OFS.content_types (to be removed in Zope 2.11) and
+        replaced all occurences with zope.app.content_types 
+
+      - OFS.content_types: moved code to zope.app.content_types and added
+        method aliases
+
+      - Using FastCGI is offically deprecated.
+
+    Features added
+
       - Added a "clock server" servertype which allows users to
         configure methods that should be called periodically as if
         they were being called by a remote user agent on one of Zope's
@@ -100,17 +110,9 @@
 
       - The SiteErrorLog now copies exceptions to the event log by default.
 
-      - deprecated OFS.content_types (to be removed in Zope 2.11) and
-        replaced all occurences with zope.app.content_types 
-
-      - OFS.content_types: moved code to zope.app.content_types and added
-        method aliases
-
       - ObjectManager now has an hasObject method to test presence. This
         brings it in line with BTreeFolder.
 
-      - Using FastCGI is offically deprecated.
-
       - Improved logging of ConflictErrors. All conflict errors are
         logged at INFO, with counts of how many occurred and how many
         were resolved. Tracebacks for all conflicts are logged a DEBUG

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to