- Python 3: Allow iteration over the result of ``dict.{keys,values,items}`` (`89 <https://github.com/zopefoundation/AccessControl/issues/89>`_).
4.0
Not secure
----------------
3.0.12
Not secure
-------------------
- Avoid acquiring ``access`` from module wrapped by ``SecurityInfo._ModuleSecurityInfo``. See: https://github.com/zopefoundation/AccessControl/issues/12
3.0.11
Not secure
-------------------
- Harden test fix for machines that do not define `localhost`.
3.0.10
Not secure
-------------------
- Test fix for machines that do not define `localhost`.
3.0.9
Not secure
------------------
- GitHub 6: Do not pass SecurityInfo instance itself to declarePublic/declarePrivate when using the public/private decorator. This fixes ``Conflicting security declarations`` warnings on Zope startup.
- LP 1248529: Leave existing security manager in place inside ``RoleManager.manage_getUserRolesAndPermissions``.