[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.36 README.txt:1.19.6.12 setup.py:1.50.6.15

Tim Peters tim.one at comcast.net
Mon Aug 9 15:35:47 EDT 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
Changes for a 3.2.3 release.


=== ZODB3/NEWS.txt 1.33.6.35 => 1.33.6.36 ===
--- ZODB3/NEWS.txt:1.33.6.35	Fri Jul  9 22:42:11 2004
+++ ZODB3/NEWS.txt	Mon Aug  9 15:35:16 2004
@@ -1,7 +1,15 @@
-What's new in ZODB3 3.2.3 ...
+What's new in ZODB3 3.2.3
 =========================
-Release date: MM-DDD-2004
+Release date: 09-Aug-2004
 
+ZEO
+---
+
+The ZEO client cache implementation didn't check for temporary cache
+files correctly, sometimes creating named files in the filesystem by
+mistake (with names like 1-None-0).  This could lead to filesystem
+permission problems, and other nasty effects.  Thanks to Dieter Maurer
+for the diagnosis and the fix.
 
 Storages
 --------


=== ZODB3/README.txt 1.19.6.11 => 1.19.6.12 ===
--- ZODB3/README.txt:1.19.6.11	Fri Jun 18 09:56:33 2004
+++ ZODB3/README.txt	Mon Aug  9 15:35:16 2004
@@ -1,4 +1,4 @@
-ZODB3 3.2.2
+ZODB3 3.2.3
 ===========
 
 Introduction
@@ -32,7 +32,7 @@
 Compatibility
 -------------
 
-ZODB 3.2.2 is known to work with Python 2.2 and 2.3.  For best
+ZODB 3.2.3 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.2'
+    '3.2.3'
 
 Testing
 -------


=== ZODB3/setup.py 1.50.6.14 => 1.50.6.15 ===
--- ZODB3/setup.py:1.50.6.14	Fri Jun 18 09:56:33 2004
+++ ZODB3/setup.py	Mon Aug  9 15:35:16 2004
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.2",
+      version="3.2.3",
       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