[Checkins] SVN: z3c.authenticator/branches/adamg-0.7.2/ vb

Adam Groszer agroszer at gmail.com
Tue Jan 26 11:28:31 EST 2010


Log message for revision 108525:
  vb

Changed:
  U   z3c.authenticator/branches/adamg-0.7.2/CHANGES.txt
  U   z3c.authenticator/branches/adamg-0.7.2/setup.py

-=-
Modified: z3c.authenticator/branches/adamg-0.7.2/CHANGES.txt
===================================================================
--- z3c.authenticator/branches/adamg-0.7.2/CHANGES.txt	2010-01-26 16:16:33 UTC (rev 108524)
+++ z3c.authenticator/branches/adamg-0.7.2/CHANGES.txt	2010-01-26 16:28:30 UTC (rev 108525)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+0.7.2 (2010-01-26)
+------------------
+
+- Bugfix: Failed miserably on challenge on pages having non-ASCII names.
+
 0.7.1 (2009-08-19)
 ------------------
 
@@ -35,7 +40,7 @@
 ------------------
 
 - Backport bugfix 0.7.1 to 0.6.1. See branches/roger-0.6.0
-  
+
   the method specialGroups applied groups everytime the method get
   called even if the group was already applied. This is a problem if the
   global shared unauthenticated principal instance is used because it will

Modified: z3c.authenticator/branches/adamg-0.7.2/setup.py
===================================================================
--- z3c.authenticator/branches/adamg-0.7.2/setup.py	2010-01-26 16:16:33 UTC (rev 108524)
+++ z3c.authenticator/branches/adamg-0.7.2/setup.py	2010-01-26 16:28:30 UTC (rev 108525)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.authenticator',
-    version='0.7.1',
+    version='0.7.2',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "IAuthentication implementation for for Zope3",



More information about the checkins mailing list