[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.406.2.13
Guido van Rossum
guido@python.org
Fri, 15 Feb 2002 12:08:06 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv4256
Modified Files:
Tag: Zope-2_5-branch
CHANGES.txt
Log Message:
Mention fsIndex feature.
=== Zope/doc/CHANGES.txt 1.406.2.12 => 1.406.2.13 ===
Post-Zope-2.5.0
+ New Features
+
+ - Added the fsIndex feature. This adds a new BTree variant,
+ fsBTree, a module fsIndex.py that uses it, and some changes
+ to FileStorage.py to use fsIndex if it exists so that the
+ oid-to-offset index (pindex) is a BTree rather than a straight
+ dict.
+
Bugs Fixed
- ZTUtils.Zope.Batch now has the same default orphan parameter