[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.72 README.txt:1.19.6.22 setup.py:1.50.6.27

Tim Peters tim.one at comcast.net
Tue Apr 12 18:23:44 EDT 2005


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
An "internal" 3.2.7c1 release, to get a critical BTree fix into Zope 3.2.6b1.


=== ZODB3/NEWS.txt 1.33.6.71 => 1.33.6.72 ===
--- ZODB3/NEWS.txt:1.33.6.71	Mon Apr  4 22:26:21 2005
+++ ZODB3/NEWS.txt	Tue Apr 12 18:23:13 2005
@@ -1,6 +1,9 @@
-What's new in ZODB3 3.2.7?
-==========================
-Release date: DD-MMM-2005
+What's new in ZODB3 3.2.7c1?
+============================
+Release date: 12-Apr-2005
+
+This was an internal release, to get the critical fix below into Zope
+3.2.6b1.
 
 BTrees
 ------


=== ZODB3/README.txt 1.19.6.21 => 1.19.6.22 ===
--- ZODB3/README.txt:1.19.6.21	Mon Feb 28 18:34:35 2005
+++ ZODB3/README.txt	Tue Apr 12 18:23:13 2005
@@ -1,4 +1,4 @@
-ZODB3 3.2.6
+ZODB3 3.2.7
 ===========
 
 Introduction
@@ -32,7 +32,7 @@
 Compatibility
 -------------
 
-ZODB 3.2.6 requires Python 2.3.3 or later.  For best results, we recommend
+ZODB 3.2.7 requires Python 2.3.3 or later.  For best results, we recommend
 using Python 2.3.5.
 
 This version of ZODB can be used with Zope 2.7.3 or later, but you must
@@ -96,7 +96,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.2.6'
+    '3.2.7'
 
 Testing
 -------


=== ZODB3/setup.py 1.50.6.26 => 1.50.6.27 ===
--- ZODB3/setup.py:1.50.6.26	Fri Mar 18 14:33:26 2005
+++ ZODB3/setup.py	Tue Apr 12 18:23:13 2005
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.6",
+      version="3.2.7c1",
       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