diff -r 203bba383ea4 -r 93cdc4a26e0d ztfy.utils.egg-info/PKG-INFO --- a/ztfy.utils.egg-info/PKG-INFO Sat Feb 04 00:58:40 2012 +0100 +++ b/ztfy.utils.egg-info/PKG-INFO Sat Feb 04 09:24:56 2012 +0100 @@ -1,8 +1,8 @@ Metadata-Version: 1.0 Name: ztfy.utils -Version: 0.3.3 +Version: 0.3.6 Summary: ZTFY utility functions and classes for Zope3 -Home-page: http://trac.ztfy.org/ztfy.utils +Home-page: http://www.ztfy.org Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL @@ -41,6 +41,19 @@ Changelog ========= + 0.3.6 + ----- + - corrected code and translations in MissingPrincipal class + - added permissions on TextIndexNG index + + 0.3.5 + ----- + - re-add IList and IDict interfaces forgotten from bad merge :-( + + 0.3.4 + ----- + - better check for missing requests + 0.3.3 ----- - Added "fanstatic:" TALES expression @@ -55,7 +68,7 @@ 0.3 --- - - Switched to ZTK-1.1.2 + - Switched to ZTK-1.1.2 and Python 2.6 - Added "getAge" function in date module - Added session module and TALES adapter to get/set session values - Check None value in catalog.getObjectId(...) and catalog.getObject(...) methods