[Checkins] SVN: z3c.authenticator/trunk/ vb

Adam Groszer agroszer at gmail.com
Mon Jan 25 10:13:41 EST 2010


Log message for revision 108478:
  vb

Changed:
  U   z3c.authenticator/trunk/CHANGES.txt
  U   z3c.authenticator/trunk/setup.py

-=-
Modified: z3c.authenticator/trunk/CHANGES.txt
===================================================================
--- z3c.authenticator/trunk/CHANGES.txt	2010-01-25 15:08:50 UTC (rev 108477)
+++ z3c.authenticator/trunk/CHANGES.txt	2010-01-25 15:13:41 UTC (rev 108478)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.8.0 (unreleased)
+0.8.0 (2010-01-25)
 ------------------
 
 - Security Fix: move camefrom url to a session variable instead of exposing
@@ -14,7 +14,7 @@
   get redirected by default based on the changes in zope.publisher's redirect
   method. (zope.publisher 3.9.3 does only redirect to urls located in the same
   domain by default)
-  
+
   Remove all camefrom widgets and queries in our custom forms if you use any.
   You can just set and get the camefrom session variable in you rcustom forms
   if you need to.
@@ -53,7 +53,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/trunk/setup.py
===================================================================
--- z3c.authenticator/trunk/setup.py	2010-01-25 15:08:50 UTC (rev 108477)
+++ z3c.authenticator/trunk/setup.py	2010-01-25 15:13:41 UTC (rev 108478)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.authenticator',
-    version='0.8.0dev',
+    version='0.8.0',
     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