[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.226
Chris McDonough
chrism at plope.com
Sun Oct 10 22:56:52 EDT 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv3852
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
=== Zope/doc/CHANGES.txt 1.625.2.225 => 1.625.2.226 ===
--- Zope/doc/CHANGES.txt:1.625.2.225 Wed Oct 6 04:38:34 2004
+++ Zope/doc/CHANGES.txt Sun Oct 10 22:56:51 2004
@@ -14,6 +14,20 @@
- Re-added the DAV header (Collector #1518) which had been removed
in beta 1.
+ - Added a "reset" button to the TOC management page and a reset
+ argument to the associated target method. This allows users
+ to decide to ditch the contents of their TOC and "start over".
+ (Useful for people having problems with upgrades from older
+ Zope versions).
+
+ - Make TransientObjectContainer __setstate__ actually work.
+ Upgrades should be flawless from Zope 2.7.0, 2.7.1, and 2.7.2.
+ Upgrades from 2.6.3 will work, but data may not be retained.
+
+ - Changed default resolution for new TransientObjectContainers to 60
+ seconds (this is helpful to prevent certain classes of conflicts,
+ see http://www.plope.com/Members/dunny/conflicts for more info).
+
Zope 2.7.3 beta 1
Features added
@@ -26,7 +40,6 @@
turn off "inband" housekeeping Housekeeping can now optionally
be done using an external scheduling facility by calling the
"housekeep" method regularly.
-
Bugs fixed
More information about the Zope-Checkins
mailing list