[Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Removed blurb about change
in .index internals.
Tim Peters
tim.one at comcast.net
Mon Mar 21 18:51:48 EST 2005
Log message for revision 29636:
Removed blurb about change in .index internals.
Jim (Fulton) points out that it's not entirely clear that
the new format can't be read by older ZODBs, and Tim doesn't
think it's worth the bother to find out for sure.
Changed:
U ZODB/trunk/NEWS.txt
-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2005-03-21 23:46:06 UTC (rev 29635)
+++ ZODB/trunk/NEWS.txt 2005-03-21 23:51:47 UTC (rev 29636)
@@ -49,12 +49,6 @@
FileStorage
-----------
-- The main part of a ``Data.fs.index`` index file now uses an OOBTree
- instead of a Python dictionary. A consequence is that ``.index`` files
- written by this version of ZODB cannot be read by earlier versions of
- ZODB. Older ``.index`` files can be read by this version of ZODB, and
- are automatically converted to use the new scheme.
-
- Addded a record iteration protocol to FileStorage. You can use the
record iterator to iterate over all current revisions of data
pickles in the storage.
More information about the Zodb-checkins
mailing list