[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt corrected changelog according to pypi homepage (release 1.5.3 was missing)

Michael Howitz mh at gocept.com
Thu Sep 4 03:15:15 EDT 2008


Log message for revision 90786:
  corrected changelog according to pypi homepage (release 1.5.3 was missing)
  

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

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2008-09-04 06:51:39 UTC (rev 90785)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2008-09-04 07:15:14 UTC (rev 90786)
@@ -16,10 +16,6 @@
 - Zope 2.12 compatibility - removed Interface.Implements import if
   zope.interface available.
 
-- plugins/ZODBRoleManager: added logging in case searchPrincipial()
-  returning more than one result (which might happen in case of 
-  having duplicate id within difference user sources)
-
 - Ensure ZODBRoleManagerExportImport doesn't fail if it tries to add a
   role that already exists (idempotence is desirable in GS importers)
 
@@ -28,6 +24,17 @@
 - Split up large permission tests into individual tests.
 
 
+PluggableAuthService 1.5.3 (2008-02-06)
+---------------------------------------
+
+- ZODBUserManager plugin: allow unicode arguments to
+  'enumerateUsers'. (https://bugs.launchpad.net/zope-pas/+bug/189627)
+
+- plugins/ZODBRoleManager: added logging in case searchPrincipial()
+  returning more than one result (which might happen in case of having
+  duplicate id within difference user sources)
+
+
 PluggableAuthService 1.5.2 (2007-11-28)
 ---------------------------------------
 



More information about the Checkins mailing list