[Checkins] SVN: ZODB/branches/3.8/NEWS.txt Moved items from 3.8.0 section to 3.8.1 section where they belong.

Jim Fulton jim at zope.com
Sat May 3 16:12:04 EDT 2008


Log message for revision 86285:
  Moved items from 3.8.0 section to 3.8.1 section where they belong.
  

Changed:
  U   ZODB/branches/3.8/NEWS.txt

-=-
Modified: ZODB/branches/3.8/NEWS.txt
===================================================================
--- ZODB/branches/3.8/NEWS.txt	2008-05-03 20:09:04 UTC (rev 86284)
+++ ZODB/branches/3.8/NEWS.txt	2008-05-03 20:12:04 UTC (rev 86285)
@@ -6,9 +6,18 @@
 - When using ZEO Client Storages, Errors occured when trying to store
   objects too big to fit in the ZEO cache file.
 
-- Completed implementation of ZEO authentication. This fixes issue 220856.
+- Fixed bug in blob filesystem helper: the `isSecure` check was inversed.
 
+- Fixed bug in transaction buffer: a tuple was unpacked incorrectly in
+  `clear`.
 
+- Fixed bug in Connection.TmpStore: load() would not defer to the
+  backend storage for loading blobs.
+
+- Fixed bug #190884: Wrong reference to `POSKeyError` caused NameError.
+
+- Completed implementation of ZEO authentication. This fixes issue 220856.
+
 What's new on ZODB 3.8.0
 ========================
 
@@ -44,13 +53,6 @@
 ZEO
 ---
 
-- (???) Fixed bug #190884: Wrong reference to `POSKeyError` caused NameError.
-
-- (???) Fixed bug in transaction buffer: a tuple was unpacked incorrectly in
-  `clear`.
-
-- (???) Fixed bug in blob filesystem helper: the `isSecure` check was inversed.
-
 - (3.8.0b6) Bug #98275: Made ZEO cache more tolerant when invalidating current
   versions of objects.
 
@@ -108,9 +110,6 @@
 Blobs
 -----
 
-- (???) Fixed bug in Connection.TmpStore: load() would not defer to the
-  backend storage for loading blobs.
-
 - (3.8b5) Fixed bug #130459: Packing was broken by uncommitted blob data.
 
 - (3.8b4) Fixed bug #127182: Blobs were subclassable which was not desired.



More information about the Checkins mailing list