diff options
| author | Chris McDonough <chrism@plope.com> | 2014-04-08 09:08:02 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-04-08 09:08:02 -0400 |
| commit | ecb376a132034bd4ccfe1daa69d4828699e9028d (patch) | |
| tree | 912b74c4dc61370bb46487f5c52fc705c70e150e /CHANGES.txt | |
| parent | e012af904feb15f20a134f22eaeeb61bd9d56cc8 (diff) | |
| parent | bcf18220be9c21ff4b1af50f45b90aadfa7820f5 (diff) | |
| download | pyramid-ecb376a132034bd4ccfe1daa69d4828699e9028d.tar.gz pyramid-ecb376a132034bd4ccfe1daa69d4828699e9028d.tar.bz2 pyramid-ecb376a132034bd4ccfe1daa69d4828699e9028d.zip | |
fix merge conflict while merging master to 1.5 branch
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6372c904d..fdf2ac644 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,12 @@ Unreleased - ``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 + ``reissue_time=None`` would cause an exception when modifying the session. + See https://github.com/Pylons/pyramid/issues/1247 + 1.5b1 (2014-02-08) ================== |
