Commit 9633b0e2 authored by Jim Fulton's avatar Jim Fulton

Moved items from 3.8.0 section to 3.8.1 section where they belong.

parent 8a5cf7f5
...@@ -6,8 +6,17 @@ Bugs Fixed: ...@@ -6,8 +6,17 @@ Bugs Fixed:
- When using ZEO Client Storages, Errors occured when trying to store - When using ZEO Client Storages, Errors occured when trying to store
objects too big to fit in the ZEO cache file. 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 What's new on ZODB 3.8.0
======================== ========================
...@@ -44,13 +53,6 @@ General ...@@ -44,13 +53,6 @@ General
ZEO 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 - (3.8.0b6) Bug #98275: Made ZEO cache more tolerant when invalidating current
versions of objects. versions of objects.
...@@ -108,9 +110,6 @@ Transactions ...@@ -108,9 +110,6 @@ Transactions
Blobs 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.8b5) Fixed bug #130459: Packing was broken by uncommitted blob data.
- (3.8b4) Fixed bug #127182: Blobs were subclassable which was not desired. - (3.8b4) Fixed bug #127182: Blobs were subclassable which was not desired.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment