[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.51
README.txt:1.19.6.14 setup.py:1.50.6.17
Tim Peters
tim.one at comcast.net
Fri Sep 17 11:09:01 EDT 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv32482
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt README.txt setup.py
Log Message:
Pretend 3.2.4 final is being released, so that if Zope 2.7.3 is
released while I'm on vacation, it will have the right ZODB stuff in it.
=== ZODB3/NEWS.txt 1.33.6.50 => 1.33.6.51 ===
--- ZODB3/NEWS.txt:1.33.6.50 Thu Sep 16 19:56:17 2004
+++ ZODB3/NEWS.txt Fri Sep 17 11:08:30 2004
@@ -1,12 +1,12 @@
What's new in ZODB3 3.2.4?
==========================
-Release date: MM-Sep-2004
+Release date: 17-Sep-2004
ReadConflictError
-----------------
An explicit transaction ``abort()`` wasn't clearing connections' memory of
-``ReadConflictError``s raised during the transaction, and so new changes to
+``ReadConflictErrors`` raised during the transaction, and so new changes to
objects that suffered ``ReadConflictError`` still couldn't be committed in
the new transaction either. Thanks to Chris McDonough for the diagnosis
and a focused test case.
@@ -17,6 +17,7 @@
The undocumented ``get_old_serial()`` and ``get_new_serial()`` methods
were swapped (the first returned the new serial, and the second returned
the old serial).
+
What's new in ZODB3 3.2.4 release candidate 1?
==============================================
=== ZODB3/README.txt 1.19.6.13 => 1.19.6.14 ===
--- ZODB3/README.txt:1.19.6.13 Tue Sep 7 11:07:30 2004
+++ ZODB3/README.txt Fri Sep 17 11:08:30 2004
@@ -1,5 +1,5 @@
-ZODB3 3.2.4c1
-=============
+ZODB3 3.2.4
+===========
Introduction
------------
@@ -32,7 +32,7 @@
Compatibility
-------------
-ZODB 3.2.4c1 is known to work with Python 2.2 and 2.3. For best
+ZODB 3.2.4 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
@@ -92,12 +92,12 @@
You can test this by cd'ing to your home directory and typing the
following commands::
- Python 2.3.3 (#11, Jan 7 2004, 10:06:56)
+ Python 2.3.4 (#11, Jan 7 2004, 10:06:56)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2.4c1'
+ '3.2.4'
Testing
-------
=== ZODB3/setup.py 1.50.6.16 => 1.50.6.17 ===
--- ZODB3/setup.py:1.50.6.16 Tue Sep 7 11:07:30 2004
+++ ZODB3/setup.py Fri Sep 17 11:08:30 2004
@@ -215,7 +215,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.2.4c1",
+ version="3.2.4",
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