[z3-checkins] r21772 - z3/Five/trunk
philikon at codespeak.net
philikon at codespeak.net
Sat Jan 7 09:52:56 CET 2006
Author: philikon
Date: Sat Jan 7 09:52:00 2006
New Revision: 21772
Modified:
z3/Five/trunk/CHANGES.txt
Log:
Bring up to date with changes from release branches
Modified: z3/Five/trunk/CHANGES.txt
==============================================================================
--- z3/Five/trunk/CHANGES.txt (original)
+++ z3/Five/trunk/CHANGES.txt Sat Jan 7 09:52:00 2006
@@ -10,18 +10,18 @@
* Port browser:addMenuItem directive from zope.app.publisher.browser/meta.zcml
-Bugfixes
---------
+* Add a file argument to the five:loadProducts and
+ five:loadProductOverrides directives. Use this in the Five site.zcml
+ to load all the Product meta before any Product configure.
-* Add a file argument to the five:loadProducts and five:loadProductOverrides
- directives. Use this in the Five site.zcml to load all the Product meta before
- any Product configure.
- NOTE: Anyone who copied the Five site.zcml to their ${instance}/etc/ directory
- is going to need to update it.
+ NOTE: Anyone who copied the Five site.zcml to their
+ $INSTANCE_HOME/etc/ directory is going to need to update it.
-Five 1.3 (unreleased)
+Five 1.3 (2006-01-07)
=====================
+This version is also included in Zope 2.9.0.
+
Bugfixes
--------
@@ -94,7 +94,7 @@
components has been removed as that functionality is now in the Zope
2 core as of Zope 2.9.
-Five 1.2 (unreleased)
+Five 1.2 (2006-01-07)
=====================
Bugfixes
@@ -109,6 +109,12 @@
* Made Five send a ContainerModifiedEvent when appropriate.
+* Fix cleanup of five:traversable.
+
+* If one class was set to have a localsite hook twice, removing the
+ hook would be attempted twice during the cleanup of unit tests, and
+ the tests would fail.
+
Restructuring
-------------
More information about the z3-checkins
mailing list