[Zodb-checkins] CVS: ZODB3 - MANIFEST:1.7.4.10 NEWS.txt:1.17.2.31 README.txt:1.7.4.13 setup.py:1.20.2.13

Jeremy Hylton jeremy at zope.com
Thu Jul 10 13:42:11 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv17711

Modified Files:
      Tag: ZODB3-3_1-branch
	MANIFEST NEWS.txt README.txt setup.py 
Log Message:
Bump version numbers.


=== ZODB3/MANIFEST 1.7.4.9 => 1.7.4.10 ===
--- ZODB3/MANIFEST:1.7.4.9	Thu Jun 12 18:48:56 2003
+++ ZODB3/MANIFEST	Thu Jul 10 12:41:35 2003
@@ -1,5 +1,4 @@
 LICENSE.txt
-MANIFEST
 MANIFEST.in
 NEWS.txt
 README.txt
@@ -58,17 +57,25 @@
 BTrees/tests/testConflict.py
 BTrees/tests/testSetOps.py
 BTrees/tests/test_check.py
+Doc/BDBStorage.html
 Doc/BDBStorage.txt
 Doc/Makefile
+Doc/README.html
 Doc/README.txt
 Doc/bdbstorage_custom_zodb.py
 Doc/db-4014-patch.txt
 Doc/storage.tex
+Doc/ZEO/ClientCache.html
 Doc/ZEO/ClientCache.txt
+Doc/ZEO/ClientStorage.html
 Doc/ZEO/ClientStorage.txt
+Doc/ZEO/NonZopeREADME.html
 Doc/ZEO/NonZopeREADME.txt
+Doc/ZEO/SIGNALS.html
 Doc/ZEO/SIGNALS.txt
+Doc/ZEO/ZopeREADME.html
 Doc/ZEO/ZopeREADME.txt
+Doc/ZEO/start.html
 Doc/ZEO/start.txt
 Doc/guide/Makefile
 Doc/guide/README
@@ -146,6 +153,7 @@
 Doc/guide/zodb/zeo.html
 Doc/guide/zodb/zodb.css
 Doc/guide/zodb/zodb.html
+ExtensionClass/LICENSE.html
 ExtensionClass/LICENSE.txt
 ExtensionClass/README
 ExtensionClass/Setup
@@ -194,6 +202,8 @@
 ExtensionClass/test/output/test_binding
 ExtensionClass/test/output/test_explicit_acquisition
 ExtensionClass/test/output/test_method_hook
+Persistence/PersistentList.py
+Persistence/PersistentMapping.py
 Persistence/__init__.py
 ThreadedAsync/LoopCallback.py
 ThreadedAsync/__init__.py


=== ZODB3/NEWS.txt 1.17.2.30 => 1.17.2.31 ===
--- ZODB3/NEWS.txt:1.17.2.30	Thu Jun 12 18:47:01 2003
+++ ZODB3/NEWS.txt	Thu Jul 10 12:41:35 2003
@@ -1,3 +1,23 @@
+What's new in ZODB3 3.1.2 final?
+================================
+
+Fixed bug in FileStorage pack that caused it to fail if it encountered
+an old undo record (status "u").
+
+Fixed several bugs in FileStorage pack that could cause OverflowErrors
+for storages > 2 GB.
+
+Fixed memory leak in TimeStamp.laterThan() that only occurred when it
+had to create a new TimeStamp.
+
+Fixed two BTree bugs that were fixed on the head a while ago:
+
+   - bug in fsBTree that would cause byValue searches to end early.
+     (fsBTrees are never used this way, but it was still a bug.)
+
+   -  bug that lead to segfault if BTree was mutated via deletion
+      while it was being iterated over.
+
 What's new in ZODB3 3.1.2 beta 2?
 =================================
 


=== ZODB3/README.txt 1.7.4.12 => 1.7.4.13 ===
--- ZODB3/README.txt:1.7.4.12	Thu Jun 12 18:46:41 2003
+++ ZODB3/README.txt	Thu Jul 10 12:41:35 2003
@@ -1,6 +1,6 @@
-ZODB3 3.1.2 beta 2
-==================
-Release date: 13-Jun-2003
+ZODB3 3.1.2
+===========
+Release date: 10-July-2003
 
 Please see the LICENSE.txt file for terms and conditions.
 


=== ZODB3/setup.py 1.20.2.12 => 1.20.2.13 ===
--- ZODB3/setup.py:1.20.2.12	Thu Jun 12 18:46:41 2003
+++ ZODB3/setup.py	Thu Jul 10 12:41:35 2003
@@ -187,7 +187,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.1.2b2",
+      version="3.1.2",
       maintainer="Zope Corporation",
       maintainer_email="zodb-dev at zope.org",
       url = "http://www.zope.org/Wikis/ZODB/FrontPage",




More information about the Zodb-checkins mailing list