diff options
author | Alexander Heavner <alex@zope.com> | 2007-02-14 21:06:00 +0000 |
---|---|---|
committer | Alexander Heavner <alex@zope.com> | 2007-02-14 21:06:00 +0000 |
commit | aa40f2b1a73323533f0954d85cf337e24ee6505d (patch) | |
tree | 0bc4b109795958a9244a0e763af68fe8448c4974 /CHANGES.txt | |
parent | af582f0bf9088dd71cad2cda0560a5567d7747d1 (diff) | |
download | zope-security-aa40f2b1a73323533f0954d85cf337e24ee6505d.tar.gz |
Changed the version number in setup.py. Changed the file to use find_packages
to find packages.
Removed setup.cfg.in, INSTALL.txt, develop.py, CHANGES.txt, test.py,
MANIFEST.in and README.txt
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/CHANGES.txt b/CHANGES.txt deleted file mode 100644 index 889a46d..0000000 --- a/CHANGES.txt +++ /dev/null @@ -1,55 +0,0 @@ -zope.security Package Changelog -=============================== - -zope.security version 3.2.0 (2006/01/05) ----------------------------------------- - -- Corresponds to the verison of the zope.security package shipped as part of - the Zope 3.2.0 release. - -- Removed deprecated helper functions, 'proxy.trustedRemoveSecurityProxy' - and 'proxy.getProxiedObject'. - -- Made handling of 'management.{end,restore}Interaction' more careful - w.r.t. edge cases. - -- Made behavior of 'canWrite' consistent with 'canAccess': if 'canAccess' - does not raise 'ForbiddenAttribute', then neither will 'canWrite'. See: - http://www.zope.org/Collectors/Zope3-dev/506 - -- Code style / documentation / test fixes. - -zope.security version 3.1.0 (2005/10/03) ----------------------------------------- - -- Added support for use of the new Python 2.4 datatypes, 'set' and - 'frozenset', within checked code. - -- C security proxy acquired a dependency on the 'proxy.h' header from the - 'zope.proxy' package. - - XXX: the spelling of the '#include' is bizarre! It seems to be related - to 'zpkg'-based builds, and should likely be revisited. For the - moment, I have linked in the 'zope.proxy' package into our own - 'include' directory. See the subversion checkin: - http://svn.zope.org/Zope3/?rev=37882&view=rev - -- Updated checker to avoid re-proxying objects which have and explicit - '__Security_checker__' assigned. - -- Corresponds to the verison of the zope.security package shipped as part of - the Zope 3.1.0 release. - -- Clarified contract of 'IChecker' to indicate that its 'check*' methods - may raise only 'Forbidden' or 'Unauthorized' exceptions. - -- Added interfaces, ('IPrincipal', 'IGroupAwarePrincipal', 'IGroup', and - 'IPermission') specifying contracts of components in the security framework. - -- Code style / documentation / test fixes. - -zope.security version 3.0.0 (2004/11/07) ----------------------------------------- - -- Corresponds to the verison of the zope.security package shipped as part of - the Zope X3.0.0 release. |