[Checkins] SVN: zope.security/trunk/CHANGES.txt - added section for 3.4 and annotated that the changelog isn't complete

Christian Theune ct at gocept.com
Sun Jun 10 05:56:34 EDT 2007


Log message for revision 76553:
   - added section for 3.4 and annotated that the changelog isn't complete
   - turned changelog entries into list items
  

Changed:
  U   zope.security/trunk/CHANGES.txt

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2007-06-10 09:53:17 UTC (rev 76552)
+++ zope.security/trunk/CHANGES.txt	2007-06-10 09:56:33 UTC (rev 76553)
@@ -1,54 +1,63 @@
-zope.security Package Changelog
+zope.security package changelog
 ===============================
 
+3.4.0b1
+-------
+
+Note: The releases between 3.2.0 and 3.4.0b1 where not tracked as an
+individual package and have been documented in the Zope 3 changelog.
+
+
 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.
+- 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'.
+- Removed deprecated helper functions, 'proxy.trustedRemoveSecurityProxy' and
+  'proxy.getProxiedObject'.
 
-Made handling of 'management.{end,restore}Interaction' more careful w.r.t.
-edge cases.
+- 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
+- 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.
+- Code style / documentation / test fixes.
 
+
 3.1.0 - 2005/10/03
 ------------------
 
-Added support for use of the new Python 2.4 datatypes, 'set' and 'frozenset',
-within checked code.
+- 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.
+- 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
+- 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.
+- 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.
+- 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.
+- 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.
+- Added interfaces, ('IPrincipal', 'IGroupAwarePrincipal', 'IGroup', and
+  'IPermission') specifying contracts of components in the security framework.
 
-Code style / documentation / test fixes.
+- Code style / documentation / test fixes.
 
+
 3.0.0 - 2004/11/07
 ------------------
 
-Corresponds to the version of the zope.security package shipped as part of the
-Zope X3.0.0 release.
+- Corresponds to the version of the zope.security package shipped as part of
+  the Zope X3.0.0 release.



More information about the Checkins mailing list