[Zope-CVS] CVS: Products/AdaptableStorage - CHANGES.txt:1.6
Shane Hathaway
shane@zope.com
Thu, 6 Feb 2003 14:04:03 -0500
Update of /cvs-repository/Products/AdaptableStorage
In directory cvs.zope.org:/tmp/cvs-serv3031
Modified Files:
CHANGES.txt
Log Message:
Updated CHANGES
=== Products/AdaptableStorage/CHANGES.txt 1.5 => 1.6 ===
--- Products/AdaptableStorage/CHANGES.txt:1.5 Mon Feb 3 13:26:47 2003
+++ Products/AdaptableStorage/CHANGES.txt Thu Feb 6 14:04:02 2003
@@ -1,11 +1,20 @@
-Next release
+Version 0.5
- - Fixed storage of selection properties. The select_variable was
- being forgotten.
+ - Certain kinds of Zope objects stored on the filesystem now get an
+ automatic filename extension. So, for example, if you create a Zope
+ Page Template called "standard_template", on the filesystem it will
+ show up as "standard_template.html", making it easy to edit.
- Integrated work by Christian Zagrodnick: added mappers for Python
Scripts, DTML Methods, DTML Documents, and ZSQLMethods. Thanks!
+
+ - Added some caching in FSConnection to improve performance.
+
+ - Fixed storage of selection properties. The select_variable was
+ being forgotten.
+
+ - Fixed moving of objects between databases (using cut and paste).
Version 0.4.2