[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.22
Martijn Pieters
mj@zope.com
Fri, 4 Oct 2002 22:10:58 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv9221/doc
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
Merge zlib compression for tree expansion maps from trunk.
=== Zope/doc/CHANGES.txt 1.535.2.21 => 1.535.2.22 ===
--- Zope/doc/CHANGES.txt:1.535.2.21 Fri Oct 4 15:52:51 2002
+++ Zope/doc/CHANGES.txt Fri Oct 4 22:10:58 2002
@@ -56,6 +56,10 @@
- Add optional 'relative' argument to getURL the method in CatalogBrains.
This allows it to generate site relative URLs like absolute_url can.
+ - ZTUtils.Tree.encodeExpansion now will use zlib compression by default,
+ allowing for a far larger number of open tree states to be encoded.
+ decodeExpansion handles compressed expansion states automatically.
+
Zope 2.6.0 beta 1
Bugs Fixed