[Zope-CVS] CVS: Products/AdaptableStorage - CHANGES.txt:1.3 version.txt:1.9
Shane Hathaway
shane@zope.com
Mon, 20 Jan 2003 10:39:32 -0500
Update of /cvs-repository/Products/AdaptableStorage
In directory cvs.zope.org:/tmp/cvs-serv19124
Modified Files:
CHANGES.txt version.txt
Log Message:
Bumped version and added to CHANGES.txt
=== Products/AdaptableStorage/CHANGES.txt 1.2 => 1.3 ===
--- Products/AdaptableStorage/CHANGES.txt:1.2 Fri Jan 17 22:33:47 2003
+++ Products/AdaptableStorage/CHANGES.txt Mon Jan 20 10:39:29 2003
@@ -1,5 +1,5 @@
-Next bugfix version
+Version 0.4.2
- Corrected serialization of large OFS.File objects. OFS.File uses
some ZODB trickery to store large files, but AdaptableStorage needs
@@ -12,6 +12,10 @@
- Although it involved no changes to AdaptableStorage, fixed some
bugs in ZCatalog that prevented them from being stored by
AdaptableStorage.
+
+ - Fixed object copying. The object copier assumed it could ghostify
+ objects immediately, but it turns out that the pickling machinery
+ sometimes needs to revisit objects.
Version 0.4.1
=== Products/AdaptableStorage/version.txt 1.8 => 1.9 ===
--- Products/AdaptableStorage/version.txt:1.8 Tue Jan 14 12:45:37 2003
+++ Products/AdaptableStorage/version.txt Mon Jan 20 10:39:29 2003
@@ -1 +1 @@
-AdaptableStorage-0.4.1+
+AdaptableStorage-0.4.2