[Checkins] SVN: zope.app.security/trunk/ keep trunk version at 0. Update changes

Alex Chapman achapman at zope.com
Thu Sep 10 15:46:18 EDT 2009


Log message for revision 103721:
  keep trunk version at 0. Update changes

Changed:
  U   zope.app.security/trunk/CHANGES.txt
  U   zope.app.security/trunk/setup.py

-=-
Modified: zope.app.security/trunk/CHANGES.txt
===================================================================
--- zope.app.security/trunk/CHANGES.txt	2009-09-10 19:45:04 UTC (rev 103720)
+++ zope.app.security/trunk/CHANGES.txt	2009-09-10 19:46:17 UTC (rev 103721)
@@ -2,6 +2,13 @@
 CHANGES
 =======
 
+3.7.2 (2009-09-10)
+------------------
+
+- Added data attribute to '_protections.zcml' for PersistentList
+  and PersistentDict to accomodate UserList and UserDict behavior
+  when they are proxied.
+
 3.7.1 (2009-08-15)
 ------------------
 

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-09-10 19:45:04 UTC (rev 103720)
+++ zope.app.security/trunk/setup.py	2009-09-10 19:46:17 UTC (rev 103721)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-version = '3.7.2'
+version = '0'
 
 import os
 from setuptools import setup, find_packages



More information about the checkins mailing list