[Zodb-checkins] CVS: ZODB3 - setup.py:1.20.2.14.4.2 README.txt:1.7.4.14.4.5 NEWS.txt:1.17.2.38.2.4

Jeremy Hylton jeremy at zope.com
Mon Jan 19 23:25:03 EST 2004


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

Modified Files:
      Tag: Zope-2_6-branch
	setup.py README.txt NEWS.txt 
Log Message:
The usual


=== ZODB3/setup.py 1.20.2.14.4.1 => 1.20.2.14.4.2 ===
--- ZODB3/setup.py:1.20.2.14.4.1	Thu Sep 11 12:53:02 2003
+++ ZODB3/setup.py	Mon Jan 19 23:25:01 2004
@@ -187,7 +187,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.1.4",
+      version="3.1.5c1",
       maintainer="Zope Corporation",
       maintainer_email="zodb-dev at zope.org",
       url = "http://www.zope.org/Wikis/ZODB/FrontPage",


=== ZODB3/README.txt 1.7.4.14.4.4 => 1.7.4.14.4.5 ===
--- ZODB3/README.txt:1.7.4.14.4.4	Thu Sep 11 15:24:21 2003
+++ ZODB3/README.txt	Mon Jan 19 23:25:01 2004
@@ -1,6 +1,6 @@
-ZODB3 3.1.4
-===========
-Release date: 11-Sep-2003
+ZODB3 3.1.5c1
+=============
+Release date: 20-Jan-2004
 
 Please see the LICENSE.txt file for terms and conditions.
 
@@ -17,7 +17,8 @@
 non-Zope stand-alone Python applications.
 
 ZODB3 is known to work with Python 2.1.3, 2.2.3, and 2.3.  Note that
-2.2.1 does not work.  ZODB 3.1.4 is compatible with Zope 2.6.
+2.2.1 does not work.  ZODB 3.1.5 is compatible with Zope 2.6.  This is
+a maintenance release.
 
 Our primary development platforms are Linux and Windows 2000, but we
 occasionally test with Windows 98, too.  The test suite should pass


=== ZODB3/NEWS.txt 1.17.2.38.2.3 => 1.17.2.38.2.4 ===
--- ZODB3/NEWS.txt:1.17.2.38.2.3	Fri Jan 16 12:26:36 2004
+++ ZODB3/NEWS.txt	Mon Jan 19 23:25:01 2004
@@ -1,6 +1,6 @@
-What's new in ZODB3 3.1.5 beta 1?
-=================================
-Release date: dd-mmm-2004
+What's new in ZODB3 3.1.5 release candidate 1?
+==============================================
+Release date: 20-Jan-2004
 
 Fixed a serious bug in the new FileStorage pack implementation.  If
 pack was called on the storage and passed a time earlier than a
@@ -13,7 +13,6 @@
 Fixed a bug in BDBFullStorage that would cause tpc_abort() to fail if
 the aborted transaction had performed version operations or an undo
 that did not create new pickles.
-
 
 What's new in ZODB3 3.1.4?
 ==========================




More information about the Zodb-checkins mailing list