Version 0.4.8 ZTK-1.1 0.4.8
authorThierry Florac <thierry.florac@onf.fr>
Thu, 05 Dec 2013 11:58:22 +0100
branchZTK-1.1
changeset 243 a5e0b9dad574
parent 242 ffa98c18e909
child 244 cf76514ea0c4
Version 0.4.8
buildout.cfg
docs/HISTORY.txt
setup.py
src/ztfy.utils.egg-info/PKG-INFO
--- a/buildout.cfg	Thu Dec 05 11:58:08 2013 +0100
+++ b/buildout.cfg	Thu Dec 05 11:58:22 2013 +0100
@@ -38,4 +38,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.7
+ztfy.utils = 0.4.8
--- a/docs/HISTORY.txt	Thu Dec 05 11:58:08 2013 +0100
+++ b/docs/HISTORY.txt	Thu Dec 05 11:58:22 2013 +0100
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.4.8
+-----
+ - remove security proxy in ITransactionManager adapter
+
 0.4.7
 -----
  - added new "component" registry utility module
--- a/setup.py	Thu Dec 05 11:58:08 2013 +0100
+++ b/setup.py	Thu Dec 05 11:58:22 2013 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.7'
+version = '0.4.8'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/ztfy.utils.egg-info/PKG-INFO	Thu Dec 05 11:58:08 2013 +0100
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Thu Dec 05 11:58:22 2013 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.utils
-Version: 0.4.7
+Version: 0.4.8
 Summary: ZTFY utility functions and classes for Zope3
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -41,6 +41,10 @@
         Changelog
         =========
         
+        0.4.8
+        -----
+         - remove security proxy in ITransactionManager adapter
+        
         0.4.7
         -----
          - added new "component" registry utility module