Metadata-Version: 1.0
Name: zope.securitypolicy
Version: 3.4.3
Summary: Default security policy for Zope3
Home-page: http://pypi.python.org/pypi/zope.securitypolicy
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides an useful security policy for Zope3. It's the
        default security policy used in "zope3 the application" and many other
        zope-based projects.
        
        
        =======
        CHANGES
        =======
        
        3.4.3 (2010-04-16)
        ------------------
        
        - LP #564525:  fix permission moved from ``zope.app.dublincore`` namespace
          to ``zope.dublincore``, and make its grant conditional on the presence of
          ``zope.dublincore``.
        
        3.4.2 (2009-01-28)
        ------------------
        
        - Changed mailing list address to zope-dev at zope.org. Fix package
          homepage to the pypi page.
        
        - Fix test in buildout which still depended on zope.app.securitypolicy
          by mistake.
        
        - Remove explicit dependency on zope.app.form from ``setup.py``; nothing
          in the code directly depends on this.
         
        3.4.1 (2008-06-02)
        ------------------
        
        - Fix reference to deprecated security policy from ZCML.
        
        3.4.0 (2007-09-25)
        ------------------
        
        - Initial documented release
        
Keywords: zope3 security policy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
