[Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Bring back into synch w/
3.3 branch news.
Tim Peters
tim.one at comcast.net
Tue Aug 31 19:26:21 EDT 2004
Log message for revision 27374:
Bring back into synch w/ 3.3 branch news.
Changed:
U ZODB/trunk/NEWS.txt
-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2004-08-31 23:24:35 UTC (rev 27373)
+++ ZODB/trunk/NEWS.txt 2004-08-31 23:26:21 UTC (rev 27374)
@@ -2,6 +2,30 @@
=========================
Release date: DD-MMM-YYYY
+BTrees
+------
+
+The BTrees __init__.py file is now just a comment. It had been trying
+to set up support for (long gone) "int sets", and to import an old
+version of Zope's Interface package, which doesn't even ship with ZODB.
+The latter in particular created problems, at least clashing with
+PythonCAD's Interface package.
+
+Tools
+-----
+
+New tool fsoids.py, for heavy debugging of FileStorages; shows all
+uses of specified oids in the entire database (e.g., suppose oid 0x345620
+is missing -- did it ever exist? if so, when? who referenced it? when
+was the last transaction that modified an object that referenced it?
+which objects did it reference? what kind of object was it?).
+ZODB/test/testfsoids.py is a tutorial doctest.
+
+
+What's new in ZODB3 3.3 ?
+=========================
+Release date: DD-MMM-YYYY
+
Connection
----------
@@ -35,33 +59,9 @@
if using the default ThreadTransactionManager (see news for 3.3a3 below).
-BTrees
-------
-
-The BTrees __init__.py file is now just a comment. It had been trying
-to set up support for (long gone) "int sets", and to import an old
-version of Zope's Interface package, which doesn't even ship with ZODB.
-The latter in particular created problems, at least clashing with
-PythonCAD's Interface package.
-
Tools
-----
-New tool fsoids.py, for heavy debugging of FileStorages; shows all
-uses of specified oids in the entire database (e.g., suppose oid 0x345620
-is missing -- did it ever exist? if so, when? who referenced it? when
-was the last transaction that modified an object that referenced it?
-which objects did it reference? what kind of object was it?).
-ZODB/test/testfsoids.py is a tutorial doctest.
-
-
-What's new in ZODB3 3.3 ?
-=========================
-Release date: DD-MMM-YYYY
-
-Tools
------
-
FileStorage.FileIterator was confused about how to read a transaction's
user and description fields, which caused several tools to display
binary gibberish for these values.
More information about the Zodb-checkins
mailing list