[Zope-Checkins] SVN: Products.Five/branches/1.4/CHANGES.txt forgot
a whole version there
Philipp von Weitershausen
philikon at philikon.de
Fri Mar 31 12:57:04 EST 2006
Log message for revision 66286:
forgot a whole version there
Changed:
U Products.Five/branches/1.4/CHANGES.txt
-=-
Modified: Products.Five/branches/1.4/CHANGES.txt
===================================================================
--- Products.Five/branches/1.4/CHANGES.txt 2006-03-31 17:56:47 UTC (rev 66285)
+++ Products.Five/branches/1.4/CHANGES.txt 2006-03-31 17:57:03 UTC (rev 66286)
@@ -167,6 +167,25 @@
* 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)
=======================
More information about the Zope-Checkins
mailing list