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

Martijn Pieters mj@zope.com
Fri, 4 Oct 2002 22:10:44 -0400


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

Modified Files:
      Tag: Zope-2_5-branch
	CHANGES.txt 
Log Message:
Merge zlib compression for tree expansion maps from trunk.


=== Zope/doc/CHANGES.txt 1.406.2.79 => 1.406.2.80 ===
--- Zope/doc/CHANGES.txt:1.406.2.79	Fri Oct  4 12:51:43 2002
+++ Zope/doc/CHANGES.txt	Fri Oct  4 22:10:43 2002
@@ -21,6 +21,10 @@
 	containing {'id':original_id,'new_id':newly_pasted_obj_id} when called
 	with REQUEST=None
 
+      - ZTUtils.Tree.encodeExpansion now will use zlib compression by default,
+        allowing for far greater tree states to be encoded. decodeExpansion
+        handles compressed expansion states automatically.
+
     Bugs Fixed
 
       - Deprecated hasRole alias in User.py failed to return result.