ztfy.utils.egg-info/PKG-INFO
branchZTK-1.1
changeset 112 93cdc4a26e0d
parent 89 165f37f89e5a
child 117 3bbec4dadfa7
--- 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