[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.88
Tim Peters
tim.one at comcast.net
Mon Jul 18 11:30:06 EDT 2005
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv30303
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
Collector #1846: If an uncommitted transaction was found, fsrecover.py
fell into an infinite loop. It also referenced an undefined global.
Fixed that, and added a new test (testUncommittedAtEnd) to ensure this
stays fixed.
=== ZODB3/NEWS.txt 1.33.6.87 => 1.33.6.88 ===
--- ZODB3/NEWS.txt:1.33.6.87 Fri Jul 8 13:32:22 2005
+++ ZODB3/NEWS.txt Mon Jul 18 11:29:35 2005
@@ -1,3 +1,19 @@
+What's new in ZODB3 3.2.10?
+===========================
+Release date: DD-MMM-2005
+
+Following are dates of internal releases (to support ongoing Zope 2.7
+development) since ZODB 3.2's last public release:
+
+- 3.2.10a1 DD-MMM-2005
+
+Tools
+-----
+
+- (3.2.10a1) Collector #1846: If an uncommitted transaction was found,
+ fsrecover.py fell into an infinite loop.
+
+
What's new in ZODB3 3.2.9?
==========================
Release date: 08-Jul-2005
More information about the Zodb-checkins
mailing list