Log message for revision 66287:
  update changes from previous branches
  

Changed:
  U   Products.Five/trunk/CHANGES.txt

-=-
Modified: Products.Five/trunk/CHANGES.txt
===================================================================
--- Products.Five/trunk/CHANGES.txt     2006-03-31 17:57:03 UTC (rev 66286)
+++ Products.Five/trunk/CHANGES.txt     2006-03-31 17:58:11 UTC (rev 66287)
@@ -2,8 +2,8 @@
 Five Changes
 ============
 
-Five 1.4 (unreleased)
-=====================
+Five 1.4b (2006-03-31)
+======================
 
 Features
 --------
@@ -159,6 +159,33 @@
   components has been removed as that functionality is now in the Zope
   2 core as of Zope 2.9.
 
+Five 1.2.3 (2006-03-31)
+=======================
+
+Bugfixes
+--------
+
+* Added the ``class`` ZCML directive as an alias to ``content``.
+
+Five 1.2.2 (2006-03-26)
+=======================
+
+Bugfixes
+--------
+
+* A local utility registered with an derived interface will now be available
+  by the inherited interface as well, in the same way as Zope3.
+
+* Fixed look-up order during Five traversal.  It is now as follows:
+
+  1. If an object has __bobo_traverse__, use it.
+
+  2. Otherwise do attribute look-up or, if that doesn't work, key item
+     lookup.
+
+  3. If neither __bobo_traverse__ nor attribute/key look-up work, it
+     tries to find a Zope 3-style view.
+
 Five 1.2.1 (2006-02-25)
 =======================
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to