[Checkins] SVN: Products.PluggableAuthService/trunk/ Note correct next release, due to backwared incompatibility w/ Zope < 2.12.

Tres Seaver tseaver at palladion.com
Mon Nov 16 09:10:02 EST 2009


Log message for revision 105713:
  Note correct next release, due to backwared incompatibility w/ Zope < 2.12.

Changed:
  U   Products.PluggableAuthService/trunk/CHANGES.txt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/version.txt

-=-
Modified: Products.PluggableAuthService/trunk/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/trunk/CHANGES.txt	2009-11-16 14:09:24 UTC (rev 105712)
+++ Products.PluggableAuthService/trunk/CHANGES.txt	2009-11-16 14:10:02 UTC (rev 105713)
@@ -1,37 +1,52 @@
 Change Log
 ==========
 
-1.6.1 (unreleased)
+1.7 (unreleased)
+----------------
+
+- This release requires for Zope2 >= 2.12.
+
+- Simplified buildout to just what is needed to run tests.
+
+- Don't fail on users defined in multiple user sources on the
+  ZODBGroupManager listing page.
+
+- Fixed deprecation warnings for use of ``Globals under Zope 2.12.
+
+- Fixed deprecation warnings for the ``md5`` and ``sha`` modules under
+  Python >= 2.6.
+
+
+1.6.2 (2009-11-16)
 ------------------
 
 - Launchpad #420319:  Fix misconfigured ``startswith`` match type filter
-  in ``plugins.DomainAuthHelper``.
+  in ``Products.PluggableAuthService.plugins.DomainAuthHelper``.
 
 - Fixed test setup for tests using page templates relying on the
-  DefaultTraversable adapter.
+  ``DefaultTraversable`` adapter.
 
-- Fixed broken markup.
+- Fixed broken markup in templates.
 
-- Don't fail on users defined in multiple user sources on the
-  ZODBGroupManager listing page.
 
-- Fixed deprecation warnings for use of Globals and avoid deprecation
-  warnings for the md5 and sha modules.
+1.6.1 (2008-11-20)
+------------------
 
 - Launchpad #273680:  Avoid expensive / incorrect dive into ``enumerateUsers``
   when trying to validate w/o either a real ID or login.
 
-- Launchpad #300321:  ZODBGroupManager.enumerateGroups failed to find
-  groups with unicode IDs.
+- Launchpad #300321: 
+  ``Products.PluggableAuthService.pluginsZODBGroupManager.enumerateGroups``
+  failed to find groups with unicode IDs.
 
 
 1.6 (2008-08-05)
 ----------------
 
-- Fixed another deprecation for manage_afterAdd occurring when used
-  together with Five (this time for the ZODBRoleManager class).
+- Fixed another deprecation for ``manage_afterAdd`` occurring when used
+  together with Five (this time for the ``ZODBRoleManager`` class).
 
-- Ensure the _findUser cache is invalidated if the roles or groups for
+- Ensure the ``_findUser`` cache is invalidated if the roles or groups for
   a principal change.
 
 - Launchpad #15569586:  docstring fix.
@@ -40,10 +55,10 @@
   for ``startswith`` test and (if the IPy module is present) IP-range
   tests.  See https://bugs.launchpad.net/zope-pas/+bug/173580 .
 
-- Zope 2.12 compatibility - removed Interface.Implements import if
-  zope.interface available.
+- Zope 2.12 compatibility - removed ``Interface.Implements`` import if
+  ``zope.interface`` available.
 
-- Ensure ZODBRoleManagerExportImport doesn't fail if it tries to add a
+- Ensure ``ZODBRoleManagerExportImport`` doesn't fail if it tries to add a
   role that already exists (idempotence is desirable in GS importers)
 
 - Fixed tests so they run with Zope 2.11.
@@ -51,7 +66,7 @@
 - Split up large permission tests into individual tests.
 
 - Fixed deprecation warning occurring when used together with
-  Five. (manage_afterAdd got undeprecated.)
+  Five. (``manage_afterAdd`` got undeprecated.)
 
 - Added buildout.
 

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/version.txt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/version.txt	2009-11-16 14:09:24 UTC (rev 105712)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/version.txt	2009-11-16 14:10:02 UTC (rev 105713)
@@ -1 +1 @@
-1.6.1
+1.7dev



More information about the checkins mailing list