diff options
| author | Michael Merickel <michael@merickel.org> | 2015-11-12 23:40:54 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-11-12 23:40:54 -0600 |
| commit | c51448e8b460a56b11794f9f1f75a7234e9d6a34 (patch) | |
| tree | 1a7f26e385246422809de4baf89db7f2ab2ef327 /CHANGES.txt | |
| parent | 2cb0419e3ebcfc4c6671d0325b7fb280bc986001 (diff) | |
| parent | dcb01c04929aa8afb065b397f36db5982afc4834 (diff) | |
| download | pyramid-c51448e8b460a56b11794f9f1f75a7234e9d6a34.tar.gz pyramid-c51448e8b460a56b11794f9f1f75a7234e9d6a34.tar.bz2 pyramid-c51448e8b460a56b11794f9f1f75a7234e9d6a34.zip | |
Merge pull request #2117 from Pylons/feature/int_conversion_check
Supersedes: #2050 int conversion checks
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 114bdc3a0..739eb870d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -232,6 +232,11 @@ Bug Fixes shell a little more straightfoward. See https://github.com/Pylons/pyramid/pull/1883 +- Fix an issue when user passes unparsed strings to ``pyramid.session.CookieSession`` + and ``pyramid.authentication.AuthTktCookieHelper`` for time related parameters + ``timeout``, ``reissue_time``, ``max_age`` that expect an integer value. + See https://github.com/Pylons/pyramid/pull/2050 + - Fixed usage of ``pserve --monitor-restart --daemon`` which would fail in horrible ways. See https://github.com/Pylons/pyramid/pull/2118 |
