diff -r 6ca775e44505 -r 658842861161 ztfy.utils.egg-info/PKG-INFO --- a/ztfy.utils.egg-info/PKG-INFO Mon Nov 07 12:38:27 2011 +0100 +++ b/ztfy.utils.egg-info/PKG-INFO Mon Nov 07 13:02:19 2011 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: ztfy.utils -Version: 0.2 +Version: 0.3.2 Summary: ZTFY utility functions and classes for Zope3 Home-page: http://trac.ztfy.org/ztfy.utils Author: Thierry Florac @@ -41,6 +41,26 @@ Changelog ========= + 0.3.2 + ----- + - Mark ztfy.utils.security functions and classes as deprecated + + 0.3.1 + ----- + - Updated signature in ztfy.utils.catalog.index to match last hurry.query release + + 0.3 + --- + - Switched to ZTK-1.1.2 + - 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 + + 0.2.1 + ----- + - Added 'site.locateAndRegister' facility function + - Update ServerTimezoneUtility parent classes + 0.2 --- - Added 'data' namespace to access request data