[Checkins] SVN: zope.app.generations/trunk/ Fix deprecation warning.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Oct 31 14:39:47 EDT 2007


Log message for revision 81300:
  Fix deprecation warning.
  

Changed:
  U   zope.app.generations/trunk/CHANGES.txt
  U   zope.app.generations/trunk/setup.py
  U   zope.app.generations/trunk/src/zope/app/generations/ftesting.zcml

-=-
Modified: zope.app.generations/trunk/CHANGES.txt
===================================================================
--- zope.app.generations/trunk/CHANGES.txt	2007-10-31 18:38:20 UTC (rev 81299)
+++ zope.app.generations/trunk/CHANGES.txt	2007-10-31 18:39:47 UTC (rev 81300)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.4.1 (2007-10-31)
+------------------
+
+- Resolve ``ZopeSecurityPolicy`` deprecation warning.
+
+
 3.4.0 (2007-10-24)
 ------------------
 

Modified: zope.app.generations/trunk/setup.py
===================================================================
--- zope.app.generations/trunk/setup.py	2007-10-31 18:38:20 UTC (rev 81299)
+++ zope.app.generations/trunk/setup.py	2007-10-31 18:39:47 UTC (rev 81300)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.generations',
-      version = '3.5.0',
+      version = '3.4.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Application Schema Generations',

Modified: zope.app.generations/trunk/src/zope/app/generations/ftesting.zcml
===================================================================
--- zope.app.generations/trunk/src/zope/app/generations/ftesting.zcml	2007-10-31 18:38:20 UTC (rev 81299)
+++ zope.app.generations/trunk/src/zope/app/generations/ftesting.zcml	2007-10-31 18:39:47 UTC (rev 81300)
@@ -14,7 +14,7 @@
   <include package="zope.app.securitypolicy" />
 
   <securityPolicy
-    component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
+      component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
 
   <role id="zope.Manager" title="Site Manager" />
 



More information about the Checkins mailing list