[Zope-CVS] CVS: Products/PluggableAuthService/doc - CHANGES.txt:1.8

Tres Seaver tseaver at zope.com
Thu Oct 7 12:37:57 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/doc
In directory cvs.zope.org:/tmp/cvs-serv13197/doc

Modified Files:
	CHANGES.txt 
Log Message:
 - Coalesce / normalize two changelog files.


=== Products/PluggableAuthService/doc/CHANGES.txt 1.7 => 1.8 ===
--- Products/PluggableAuthService/doc/CHANGES.txt:1.7	Tue Aug 31 13:50:56 2004
+++ Products/PluggableAuthService/doc/CHANGES.txt	Thu Oct  7 12:37:56 2004
@@ -1,9 +1,35 @@
 PluggableAuthService changelog
 
-  HEAD
+  PluggableAuthService 1.0.3 (unreleased)
   
     Bugs Fixed
+
+      - Implemented support for issuing challenges via IChallengePlugins.
+
+      - Made unit tests pass when run with cAccessControl.
+
+      - plugins/ZODBRoleManager.py: don't claim authority for 'Authenticated'
+        or 'Anonymous' roles, which are managed by PAS.
+
+      - plugins/ZODBRoleManager.py: don't freak out if a previously assigned
+        principal goes away.
+
+      - plugins/ZODBGroupManager.py: don't freek out if a previously assigned
+        principal goes away.
+
+      - plugins/ZODBUserManager.py: plugin now uses AuthEncoding for its
+        password encryption so that we can more easily support migrating
+        existing UserFolders. Since PAS has been out for a while,
+        though, we still will authenticate against old credentials
+    
+      - Repaired arrow images in two-list ZMI views.
     
+      - searchPrincipals will work for exact matches when a plugin supports
+        both 'enumerateUsers' and 'enumerateGroups'.
+
+      - 'Authenticated' Role is now added dynamically by the
+        PluggableAuthService, not by any role manager
+
       - Added WARNING-level logs with tracebacks for all swallowed
         plugin exceptions, so that you notice that there is something
         wrong with the plugins.
@@ -17,7 +43,7 @@
         enumeration plugins to be different plugins.
         
               
-  Version 1.0.2 (2004/07/15)
+  PluggableAuthService 1.0.2 (2004/07/15)
 
     Bugs Fixed
 
@@ -25,7 +51,7 @@
         and associated images, which migrated to the PluginRegsitry product
         when they split;  restored them.
 
-  Version 1.0.1 (2004/05/18)
+  PluggableAuthService 1.0.1 (2004/05/18)
 
     Bugs Fixed
     
@@ -34,6 +60,6 @@
 
       - Missing ZPL in most modules.
 
-  Version 1.0 (2004/04/29)
+  PluggableAuthService 1.0 (2004/04/29)
 
     - Initial release



More information about the Zope-CVS mailing list