[Checkins] SVN: zope.securitypolicy/branches/3.4/ Revert the name used for the view permission exported by ``zope.dublincore``.

Tres Seaver tseaver at palladion.com
Mon Apr 19 12:11:28 EDT 2010


Log message for revision 111118:
  Revert the name used for the view permission exported by ``zope.dublincore``.
  
  Use the names which matches the names in released versions of that package
  (zope.dublincore-3.6.0 and earlier).
  
  - Fixes regreasion introduced in the 3.4.3 release.
   
  - See LP #564525.
  

Changed:
  U   zope.securitypolicy/branches/3.4/CHANGES.txt
  U   zope.securitypolicy/branches/3.4/src/zope/securitypolicy/securitypolicy.zcml

-=-
Modified: zope.securitypolicy/branches/3.4/CHANGES.txt
===================================================================
--- zope.securitypolicy/branches/3.4/CHANGES.txt	2010-04-19 16:00:26 UTC (rev 111117)
+++ zope.securitypolicy/branches/3.4/CHANGES.txt	2010-04-19 16:11:27 UTC (rev 111118)
@@ -5,7 +5,9 @@
 3.4.4 (unreleased)
 ------------------
 
-- TBD
+- LP #564525: Revert the name used for the view permission exported by
+  ``zope.dublincore`` to one which matches the names in released versions
+  of that package (3.6.0 and earlier).
 
 3.4.3 (2010-04-16)
 ------------------

Modified: zope.securitypolicy/branches/3.4/src/zope/securitypolicy/securitypolicy.zcml
===================================================================
--- zope.securitypolicy/branches/3.4/src/zope/securitypolicy/securitypolicy.zcml	2010-04-19 16:00:26 UTC (rev 111117)
+++ zope.securitypolicy/branches/3.4/src/zope/securitypolicy/securitypolicy.zcml	2010-04-19 16:11:27 UTC (rev 111118)
@@ -23,7 +23,7 @@
 
   <configure zcml:condition="installed zope.dublincore">
     <include package="zope.dublincore" />
-    <grant permission="zope.dublincore.view" role="zope.Anonymous" />
+    <grant permission="zope.app.dublincore.view" role="zope.Anonymous" />
   </configure>
 
   <grantAll role="zope.Manager" />



More information about the checkins mailing list