- Corresponds to the verison of the zope.tales package shipped as part of the Zope 3.2.0 release.
- Documentation / test fixes.
3.0.12
-------------------
- Avoid acquiring ``access`` from module wrapped by ``SecurityInfo._ModuleSecurityInfo``. See: https://github.com/zopefoundation/AccessControl/issues/12
3.0.11
-------------------
- Harden test fix for machines that do not define `localhost`.
3.0.10
-------------------
- Test fix for machines that do not define `localhost`.
3.0.9
------------------
- 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``.