[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.59
README.txt:1.19.6.18 setup.py:1.50.6.21
Tim Peters
tim.one at comcast.net
Fri Jan 7 15:28:12 EST 2005
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv12372
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt README.txt setup.py
Log Message:
Collector 1503: excessive logging.
ClientStorage._wait_sync(): Don't log more than one "waiting for cache
verification to finish" message per 5 minutes.
Also changes to make this appear to be the 3.2.5c1 release.
=== ZODB3/NEWS.txt 1.33.6.58 => 1.33.6.59 ===
--- ZODB3/NEWS.txt:1.33.6.58 Mon Dec 13 13:18:07 2004
+++ ZODB3/NEWS.txt Fri Jan 7 15:27:42 2005
@@ -1,3 +1,21 @@
+What's new in ZODB3 3.2.5c1?
+============================
+Release date: 07-Jan-2005
+
+This was an internal release, to coincide with Zope 2.7.4. If all goes
+well, this will become the 3.2.5 final release (after changing version
+numbers).
+
+ZEO
+---
+
+Collector 1503: excessive logging. It was possible for a ZEO client to
+log "waiting for cache verification to finish" messages at a very high
+rate, producing gigabytes of such messages in short order.
+``ClientStorage._wait_sync()`` was changed to log no more than one
+such message per 5 minutes.
+
+
What's new in ZODB3 3.2.5b1?
============================
Release date: 13-Dec-2004
=== ZODB3/README.txt 1.19.6.17 => 1.19.6.18 ===
--- ZODB3/README.txt:1.19.6.17 Mon Dec 13 13:18:07 2004
+++ ZODB3/README.txt Fri Jan 7 15:27:42 2005
@@ -97,7 +97,7 @@
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2.5b1'
+ '3.2.5c1'
Testing
-------
=== ZODB3/setup.py 1.50.6.20 => 1.50.6.21 ===
--- ZODB3/setup.py:1.50.6.20 Mon Dec 13 13:18:07 2004
+++ ZODB3/setup.py Fri Jan 7 15:27:42 2005
@@ -215,7 +215,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.2.5b1",
+ version="3.2.5c1",
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