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

Casey Duncan casey at zope.com
Thu Apr 29 14:59:27 EDT 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:
Fix TreeTag persistence. Unpickler used to decode the state refused to decode strings, thereby rendering all tree-states undecodeable. Strings are now allowed to be unpickled.


=== Zope/doc/CHANGES.txt 1.625.2.133 => 1.625.2.134 ===
--- Zope/doc/CHANGES.txt:1.625.2.133	Thu Apr 29 11:32:10 2004
+++ Zope/doc/CHANGES.txt	Thu Apr 29 14:58:55 2004
@@ -67,6 +67,9 @@
        manager before sending back data out of the database.
 
     Bugs Fixed
+    
+     - Collector #1300, Fixed persistence of dtml-tree state which was
+       caused by an overly cautious unpickler.
      
      - Collector #544: Remove Content-Length header for 304 responses from
        images/files which violated RFC 2616. This was a workaround for a




More information about the Zope-Checkins mailing list