diff -r 695fa57d4b72 -r 5c4c8b122f94 src/pyams_security.egg-info/PKG-INFO --- a/src/pyams_security.egg-info/PKG-INFO Thu Jul 13 10:52:59 2017 +0200 +++ b/src/pyams_security.egg-info/PKG-INFO Thu Jul 13 11:04:49 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-security -Version: 0.1.4 +Version: 0.1.5 Summary: PyAMS security interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_security Author: Thierry Florac @@ -106,6 +106,14 @@ History ======= + 0.1.5 + ----- + - added "context" support to authorization API's "effective_principals" method call, to be able to get + current request principals in a context different from those of the request; this feature is required for a + good support of "local roles"... + - updated system manager permissions + - changed ZMI permissions + 0.1.4 ----- - use request.url instead of request.view_name in forbidden view referrer