[Zope-CVS] CVS: Products/AdaptableStorage - CHANGES.txt:1.2
Shane Hathaway
shane@zope.com
Fri, 17 Jan 2003 22:34:20 -0500
Update of /cvs-repository/Products/AdaptableStorage
In directory cvs.zope.org:/tmp/cvs-serv4964
Modified Files:
CHANGES.txt
Log Message:
Made the remainder pickler properly restore cyclic references to
the persistent object. Until now, it accidentally made internal
copies of the object.
=== Products/AdaptableStorage/CHANGES.txt 1.1 => 1.2 ===
--- Products/AdaptableStorage/CHANGES.txt:1.1 Tue Jan 14 12:45:59 2003
+++ Products/AdaptableStorage/CHANGES.txt Fri Jan 17 22:33:47 2003
@@ -1,8 +1,17 @@
Next bugfix version
- - Corrected serialization of OFS.File objects larger than 64K. OFS.File
- uses some ZODB trickery that AdaptableStorage needs to circumvent.
+ - Corrected serialization of large OFS.File objects. OFS.File uses
+ some ZODB trickery to store large files, but AdaptableStorage needs
+ to be aware of that trickery.
+
+ - Made the remainder pickler properly restore cyclic references to
+ the persistent object. Until now, it accidentally made internal
+ copies of the object.
+
+ - Although it involved no changes to AdaptableStorage, fixed some
+ bugs in ZCatalog that prevented them from being stored by
+ AdaptableStorage.
Version 0.4.1