[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.26
Barry Warsaw
barry@wooz.org
Tue, 7 Jan 2003 14:51:51 -0500
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv27048
Modified Files:
NEWS.txt
Log Message:
Added a note about the BerkeleyDB storages.
=== ZODB3/NEWS.txt 1.25 => 1.26 ===
--- ZODB3/NEWS.txt:1.25 Fri Jan 3 17:10:45 2003
+++ ZODB3/NEWS.txt Tue Jan 7 14:51:47 2003
@@ -58,6 +58,12 @@
Python.h, which is not allowed. They now include Python.h first,
which eliminates compiler warnings in certain configurations.
+The BerkeleyDB based storages have been merged from the trunk,
+providing a much more robust version of the storages. They are not
+backwards compatible with the old storages, but the decision was made
+to update them in this micro release because the old storages did not
+work for all practical purposes. For details, see Doc/BDBStorage.txt.
+
What's new in ZODB3 3.1 final?
===============================
Release date: 28-Oct-2002