summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-05-05 23:48:51 -0400
committerChris McDonough <chrism@plope.com>2014-05-05 23:48:51 -0400
commit0caac0a0af78cd55df2e1f3c3c7fc5171dbfe849 (patch)
treea624aa38b3db1f7de58bb8bf9aaff4583cec28fd /CHANGES.txt
parentba85e591d563ed654f492f7cab5ca492a32a86d7 (diff)
parent0117573edbc5dff565868187f8841859b3e36a51 (diff)
downloadpyramid-0caac0a0af78cd55df2e1f3c3c7fc5171dbfe849.tar.gz
pyramid-0caac0a0af78cd55df2e1f3c3c7fc5171dbfe849.tar.bz2
pyramid-0caac0a0af78cd55df2e1f3c3c7fc5171dbfe849.zip
Merge branch 'master' into redundant_totuorial_logging_config
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt18
1 files changed, 15 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 434eab898..264497f5b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,15 +1,27 @@
-Unreleased
-==========
+Next release
+============
-- Avoid crash in ``pserve --reload`` under Py3k, when iterating over posiibly
+- ...
+
+1.5 (2014-04-08)
+================
+
+- Avoid crash in ``pserve --reload`` under Py3k, when iterating over possibly
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
``reissue_time=None`` would cause an exception when modifying the session.
See https://github.com/Pylons/pyramid/issues/1247
+- Updated docs and scaffolds to keep in step with new 2.0 release of
+ ``Lingua``. This included removing all ``setup.cfg`` files from scaffolds
+ and documentation environments.
+
1.5b1 (2014-02-08)
==================