[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.14
Jeremy Hylton
jeremy at zope.com
Fri Jan 9 15:55:18 EST 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv8958
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
Backport ZEO getInvalidations() fix from the trunk.
=== ZODB3/NEWS.txt 1.33.6.13 => 1.33.6.14 ===
--- ZODB3/NEWS.txt:1.33.6.13 Tue Nov 18 15:57:37 2003
+++ ZODB3/NEWS.txt Fri Jan 9 15:54:48 2004
@@ -1,3 +1,13 @@
+What's new in ZODB3 3.2.1 beta 2
+================================
+Release-date: XX-XXX-2004
+
+Fixed a bug in the ZEO server's getInvalidations() method. If it had
+the requested invalidations, it would send all the invalidations in
+its queue rather than just the requested ones. This didn't
+affectcorrectness of the cache, but did cause it to throw out valid
+data.
+
What's new in ZODB3 3.2.1 beta 1
================================
Release-date: 18-Nov-2003
More information about the Zodb-checkins
mailing list