[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.46
README.txt:1.19.6.13 setup.py:1.50.6.16
Tim Peters
tim.one at comcast.net
Tue Sep 7 11:08:01 EDT 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv11213
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt README.txt setup.py
Log Message:
Prepare for 3.2.4c1 release.
=== ZODB3/NEWS.txt 1.33.6.45 => 1.33.6.46 ===
--- ZODB3/NEWS.txt:1.33.6.45 Sat Sep 4 00:09:53 2004
+++ ZODB3/NEWS.txt Tue Sep 7 11:07:30 2004
@@ -1,6 +1,6 @@
-What's new in ZODB3 3.2.4
-=========================
-Release date: DD-MMM-YYYY
+What's new in ZODB3 3.2.4 release candidate 1?
+==============================================
+Release date: 07-Sep-2004
Connection
----------
@@ -45,6 +45,7 @@
transaction failed to (re)raise ReadConflictError for that object. Note
that ZODB intends to prevent committing a transaction in which a
ReadConflictError occurred; this was an obscure case it missed.
+
POSException
------------
=== ZODB3/README.txt 1.19.6.12 => 1.19.6.13 ===
--- ZODB3/README.txt:1.19.6.12 Mon Aug 9 15:35:16 2004
+++ ZODB3/README.txt Tue Sep 7 11:07:30 2004
@@ -1,5 +1,5 @@
-ZODB3 3.2.3
-===========
+ZODB3 3.2.4c1
+=============
Introduction
------------
@@ -32,7 +32,7 @@
Compatibility
-------------
-ZODB 3.2.3 is known to work with Python 2.2 and 2.3. For best
+ZODB 3.2.4c1 is known to work with Python 2.2 and 2.3. For best
results, we recommend using Python 2.3.4.
This version of ZODB can be used with Zope, but you must replace the
@@ -97,7 +97,7 @@
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2.3'
+ '3.2.4c1'
Testing
-------
=== ZODB3/setup.py 1.50.6.15 => 1.50.6.16 ===
--- ZODB3/setup.py:1.50.6.15 Mon Aug 9 15:35:16 2004
+++ ZODB3/setup.py Tue Sep 7 11:07:30 2004
@@ -215,7 +215,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.2.3",
+ version="3.2.4c1",
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