[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.6 README.txt:1.19.6.3
setup.py:1.50.6.5
Jeremy Hylton
jeremy at zope.com
Tue Sep 30 15:38:16 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv3224
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt README.txt setup.py
Log Message:
The usual
=== ZODB3/NEWS.txt 1.33.6.5 => 1.33.6.6 ===
--- ZODB3/NEWS.txt:1.33.6.5 Tue Sep 30 15:10:03 2003
+++ ZODB3/NEWS.txt Tue Sep 30 15:37:45 2003
@@ -1,6 +1,6 @@
What's new in ZODB3 3.2 release candidate 1
===========================================
-Release date: XX-XXX-2003
+Release date: 30-Sep-2003
Fixed ZEO's protocol negotiation mechanism so that a client ZODB 3.1
can talk to a ZODB 3.2 server.
=== ZODB3/README.txt 1.19.6.2 => 1.19.6.3 ===
--- ZODB3/README.txt:1.19.6.2 Tue Sep 30 15:36:01 2003
+++ ZODB3/README.txt Tue Sep 30 15:37:45 2003
@@ -96,7 +96,7 @@
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2b1'
+ '3.2c1'
Testing
-------
=== ZODB3/setup.py 1.50.6.4 => 1.50.6.5 ===
--- ZODB3/setup.py:1.50.6.4 Fri Sep 26 14:50:54 2003
+++ ZODB3/setup.py Tue Sep 30 15:37:45 2003
@@ -221,7 +221,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.2b3",
+ version="3.2c1",
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