CVS: Products/PluggableAuthService/doc - CHANGES.txt:1.26

Sidnei da Silva <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/PluggableAuthService/doc
In directory cvs.zope.org:/tmp/cvs-serv13697/doc

Modified Files:
	CHANGES.txt 
Log Message:

Merge changes from sidnei-challenge-protocol-chooser:

    - Added two new interfaces, IChallengeProtocolChooser and
      IRequestTypeSniffer. Those are used to select the 'authorization
      protocol' or 'challenger protocol' to be used for challenging
      according to the incoming request type.

    - Fixed a couple more places where Zope 2-style __implements__
      where being used to standardize on using classImplements.

    - Fixed fallback implementations of providedBy and
      implementedBy to always return a tuple.

    - Make sure challenge doesn't break if existing instances of the
      PluginRegistry don't yet have IChallengeProtocolChooser as a
      registered interface. (Would be nice to have some sort of
      migration for the PluginRegistry between PAS releases)

    - Don't assume that just because zope.interface can be imported
      that Five is present.


=== Products/PluggableAuthService/doc/CHANGES.txt 1.25 => 1.26 ===
--- Products/PluggableAuthService/doc/CHANGES.txt:1.25	Sun Aug 14 14:46:11 2005
+++ Products/PluggableAuthService/doc/CHANGES.txt	Wed Aug 17 16:53:13 2005
@@ -5,6 +5,25 @@
     - Repaired unit test breakage (unittest.TestCase instances have
       'failUnless'/'failIf', rather than 'assertTrue'/'assertFalse').
 
+    - Added two new interfaces, IChallengeProtocolChooser and
+      IRequestTypeSniffer. Those are used to select the 'authorization
+      protocol' or 'challenger protocol' to be used for challenging
+      according to the incoming request type.
+
+    - Fixed a couple more places where Zope 2-style ``__implements__``
+      where being used to standardize on using ``classImplements``.
+
+    - Fixed fallback implementations of ``providedBy`` and
+      ``implementedBy`` to always return a tuple.
+
+    - Make sure challenge doesn't break if existing instances of the
+      PluginRegistry don't yet have ``IChallengeProtocolChooser`` as a
+      registered interface. (Would be nice to have some sort of
+      migration for the PluginRegistry between PAS releases)
+
+    - Don't assume that just because zope.interface can be imported
+      that Five is present.
+
   PluggableAuthService 1.1b2 (2005/07/14)
 
     - Missed a 'nocall:' in the Interfaces activation form.

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.