Version 0.4.6 ZTK-1.1 0.4.6
authorThierry Florac <thierry.florac@onf.fr>
Wed, 16 Oct 2013 14:34:04 +0200
branchZTK-1.1
changeset 234 69503d5058a1
parent 233 6c087119379d
child 235 a7874f220bb9
Version 0.4.6
docs/HISTORY.txt
src/ztfy.utils.egg-info/PKG-INFO
src/ztfy/utils/zodb.zcml
--- a/docs/HISTORY.txt	Wed Oct 16 14:32:24 2013 +0200
+++ b/docs/HISTORY.txt	Wed Oct 16 14:34:04 2013 +0200
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.4.6
+-----
+ - added ISet interface with permissions on zc.set.Set class
+
 0.4.5
 -----
  - make current participation request optional in "indexObject()" function
--- a/src/ztfy.utils.egg-info/PKG-INFO	Wed Oct 16 14:32:24 2013 +0200
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Wed Oct 16 14:34:04 2013 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.utils
-Version: 0.4.5
+Version: 0.4.6
 Summary: ZTFY utility functions and classes for Zope3
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -41,6 +41,10 @@
         Changelog
         =========
         
+        0.4.6
+        -----
+         - added ISet interface with permissions on zc.set.Set class
+        
         0.4.5
         -----
          - make current participation request optional in "indexObject()" function
--- a/src/ztfy/utils/zodb.zcml	Wed Oct 16 14:32:24 2013 +0200
+++ b/src/ztfy/utils/zodb.zcml	Wed Oct 16 14:34:04 2013 +0200
@@ -1,6 +1,5 @@
 <configure
 	xmlns="http://namespaces.zope.org/zope"
-	xmlns:i18n="http://namespaces.zope.org/i18n"
 	i18n_domain="ztfy.utils">
 
 	<!-- IPersistent adapters copied from zc.twist package -->
@@ -22,4 +21,4 @@
 		name="ZEO connections"
 		component=".zodb.ZEOConnectionVocabulary" />
 
-</configure>
\ No newline at end of file
+</configure>