[Checkins] SVN: zope.security/trunk/ Recreated CHANGES.txt and README.txt. Removed everything from README.txt

Alexander Heavner alex at zope.com
Thu Feb 15 15:58:09 EST 2007


Log message for revision 72636:
  Recreated CHANGES.txt and README.txt. Removed everything from README.txt
  excpet for the overview.
  

Changed:
  A   zope.security/trunk/CHANGES.txt
  A   zope.security/trunk/README.txt

-=-
Added: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2007-02-15 20:53:41 UTC (rev 72635)
+++ zope.security/trunk/CHANGES.txt	2007-02-15 20:58:08 UTC (rev 72636)
@@ -0,0 +1,55 @@
+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.


Property changes on: zope.security/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Added: zope.security/trunk/README.txt
===================================================================
--- zope.security/trunk/README.txt	2007-02-15 20:53:41 UTC (rev 72635)
+++ zope.security/trunk/README.txt	2007-02-15 20:58:08 UTC (rev 72636)
@@ -0,0 +1,10 @@
+zope.security Package Readme
+=======================
+
+Overview
+--------
+
+The Security framework provides a generic mechanism to implement security
+policies on Python objects.
+
+See 'src/zope/security/README.txt'.


Property changes on: zope.security/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list