--- 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>