[Zope-CVS] CVS: Products/PluggableAuthService/doc - CHANGES.txt:1.20
Tres Seaver
tseaver at zope.com
Thu Jan 27 14:00:53 EST 2005
Update of /cvs-repository/Products/PluggableAuthService/doc
In directory cvs.zope.org:/tmp/cvs-serv8352/doc
Modified Files:
CHANGES.txt
Log Message:
- Merge 'zc-pas_fix_logout-branch', and release version 1.0.4.
=== Products/PluggableAuthService/doc/CHANGES.txt 1.19 => 1.20 ===
--- Products/PluggableAuthService/doc/CHANGES.txt:1.19 Wed Dec 8 10:41:31 2004
+++ Products/PluggableAuthService/doc/CHANGES.txt Thu Jan 27 14:00:23 2005
@@ -1,9 +1,21 @@
PluggableAuthService changelog
- After PluggableAuthService 1.0.3
+ PluggableAuthService 1.0.4 (2005/01/27)
Features Added
+ - Made 'Extensions' a package, to allow importing its scripts
+ as modules.
+
+ - Declared new 'IPluggableAuthService' interface, describing additional
+ PAS-specific API.
+
+ - Exposed PAS' 'resetCredentials' and 'updateCredentials' as public
+ methods.
+
+ - Monkey-patch ZMI's logout to invoke PAS' 'resetCredentials', if
+ present.
+
- CookieAuth plugin now encodes and decodes cookies in the same
format as CookieCrumbler to provide compatibility between
sites running PAS and CC.
@@ -30,6 +42,8 @@
doc/caching.stx for the details.
Bugs Fixed
+
+ - Harden 'logout' against missing HTTP_REFERRER.
- Avoid triggering "Emergency user cannot own" when adding a
CookieAuthHelper plugin as that user.
More information about the Zope-CVS
mailing list