[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.10.2.3
Jeremy Hylton
jeremy@zope.com
Thu, 12 Sep 2002 18:43:38 -0400
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv28191
Modified Files:
Tag: ZODB3-3_1-branch
NEWS.txt
Log Message:
Add a few more news items.
=== ZODB3/NEWS.txt 1.10.2.2 => 1.10.2.3 ===
--- ZODB3/NEWS.txt:1.10.2.2 Thu Sep 12 18:27:54 2002
+++ ZODB3/NEWS.txt Thu Sep 12 18:43:37 2002
@@ -192,6 +192,13 @@
modified objects. The change allows such transactions to finish even
on a read-only storage.
+Two new tools were added to the Tools directory. The ``analyze.py``
+script, based on a tool by Matt Kromer, prints a summary of space
+usage in a FileStorage Data.fs. The ``checkbtrees.py`` script scans a
+FileStorage Data.fs. When it finds a BTrees object, it loads the
+object and calls the ``_check`` method. It prints warning messages
+for any corrupt BTrees objects found.
+
Other bugs fixed
----------------
@@ -205,6 +212,11 @@
the Python memory API. This allows ZODB to be used in conjunction
with pymalloc, the default allocator in Python 2.3.
+zdaemon, which can be used to run a ZEO server, more clearly reports
+the exit status of its child processes.
+
+The ZEO server will reinitialize zLOG when it receives a SIGHUP. This
+allows log file rotation without restarting the server.
What's new in StandaloneZODB 1.0 final?
=======================================