summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-04-08 09:08:13 -0400
committerChris McDonough <chrism@plope.com>2014-04-08 09:08:13 -0400
commitbb9b72cf31a93479137ea7495c45bbfca7d1abb8 (patch)
tree912b74c4dc61370bb46487f5c52fc705c70e150e /CHANGES.txt
parentbcf18220be9c21ff4b1af50f45b90aadfa7820f5 (diff)
parentecb376a132034bd4ccfe1daa69d4828699e9028d (diff)
downloadpyramid-bb9b72cf31a93479137ea7495c45bbfca7d1abb8.tar.gz
pyramid-bb9b72cf31a93479137ea7495c45bbfca7d1abb8.tar.bz2
pyramid-bb9b72cf31a93479137ea7495c45bbfca7d1abb8.zip
Merge branch '1.5-branch'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 434eab898..fdf2ac644 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Unreleased
- Avoid crash in ``pserve --reload`` under Py3k, when iterating over posiibly
mutated ``sys.modules``.
+- ``UnencryptedCookieSessionFactoryConfig`` failed if the secret contained
+ higher order characters. See https://github.com/Pylons/pyramid/issues/1246
+
- Fixed a bug in ``UnencryptedCookieSessionFactoryConfig`` and
``SignedCookieSessionFactory`` where ``timeout=None`` would cause a new
session to always be created. Also in ``SignedCookieSessionFactory`` a