[Repoze-checkins] r1657 - in repoze.who/trunk: . docs repoze/who
Chris McDonough
chrism at agendaless.com
Sat Aug 23 00:10:05 EDT 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Sat Aug 23 00:10:05 2008
New Revision: 1657
Log:
Prep for 1.0.5.
Modified:
repoze.who/trunk/CHANGES.txt
repoze.who/trunk/docs/conf.py
repoze.who/trunk/repoze/who/version.txt
Modified: repoze.who/trunk/CHANGES.txt
==============================================================================
--- repoze.who/trunk/CHANGES.txt (original)
+++ repoze.who/trunk/CHANGES.txt Sat Aug 23 00:10:05 2008
@@ -1,10 +1,12 @@
repoze.who changes
==================
-Next release
+1.0.5 (2008/08/23)
- - Fix auth_tkt plugin to set the same cookies in its ``remember`` method that
- it does in its ``forget`` method.
+ - Fix auth_tkt plugin to set the same cookies in its ``remember``
+ method that it does in its ``forget`` method. Previously,
+ logging out and relogging back in to a site that used auth_tkt
+ identifier plugin was slightly dicey and would only work sometimes.
- The FormPlugin plugin has grown a redirect-on-unauthorized feature.
Any response from a downstream application that causes a challenge
Modified: repoze.who/trunk/docs/conf.py
==============================================================================
--- repoze.who/trunk/docs/conf.py (original)
+++ repoze.who/trunk/docs/conf.py Sat Aug 23 00:10:05 2008
@@ -51,9 +51,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.0.4'
+version = '1.0.5'
# The full version, including alpha/beta/rc tags.
-release = '1.0.4'
+release = '1.0.5'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Modified: repoze.who/trunk/repoze/who/version.txt
==============================================================================
--- repoze.who/trunk/repoze/who/version.txt (original)
+++ repoze.who/trunk/repoze/who/version.txt Sat Aug 23 00:10:05 2008
@@ -1 +1 @@
-1.0.4
+1.0.5
More information about the Repoze-checkins
mailing list