summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4f48b2743..fa6e07012 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,13 @@ Bug Fixes
consistent with other usages. See
https://github.com/Pylons/pyramid/issues#issue/106
+- A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` which
+ would break any usage of an AuthTktAuthenticationPolicy when an auth tkt
+ authentication policy was configured to reissue its tokens
+ (``reissue_time`` < ``timeout`` / ``max_age``). Symptom: ``ValueError:
+ ('Invalid token %r', '')``. See
+ https://github.com/Pylons/pyramid/issues#issue/108.
+
1.0b1 (2011-01-21)
==================