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

Chris McDonough chrism at plope.com
Fri Sep 17 23:08:22 EDT 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:



=== Zope/doc/CHANGES.txt 1.625.2.218 => 1.625.2.219 ===
--- Zope/doc/CHANGES.txt:1.625.2.218	Fri Sep 10 13:03:09 2004
+++ Zope/doc/CHANGES.txt	Fri Sep 17 23:08:21 2004
@@ -12,7 +12,22 @@
 
      - added a set of unit tests for the SiteErrorLog.
 
+     - Add a knob (not exposed to UI) to TransientObjectContainer to
+       turn off "inband" housekeeping Housekeeping can now optionally
+       be done using an external scheduling facility by calling the
+       "housekeep" method regularly.
+
     Bugs fixed
+
+     - A composite of sessioning/ZODB/publisher bugfixes should help
+       various KeyError/SystemError symptoms when using Plone / PTS or
+       under very high sessioning load See
+       http://zope.org/Collectors/Zope/1401
+       and http://collector.zope.org/Zope/789 .
+
+     - TransientObject conflict resolver could potentially fail; when
+       it failed, the conflict resolution machinery could resolve the
+       TransientObject to None.  (never reported)
 
      - Collector #1477: TaintedString.strip() now implements the
        same signature as str.strip()



More information about the Zope-Checkins mailing list