summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-06 23:14:18 -0400
committerChris McDonough <chrism@plope.com>2011-09-06 23:14:18 -0400
commitd00fa00e0ee116cce61f157b24b3924d38a352a5 (patch)
tree396a9efcab053130c20c75cf7df3d7e75c023b39 /CHANGES.txt
parentf46d5561e7a1e2ca3bf66e9ce05afa5a4e122fe7 (diff)
downloadpyramid-d00fa00e0ee116cce61f157b24b3924d38a352a5.tar.gz
pyramid-d00fa00e0ee116cce61f157b24b3924d38a352a5.tar.bz2
pyramid-d00fa00e0ee116cce61f157b24b3924d38a352a5.zip
prep for 1.2a6
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ba89e1989..fcf97b099 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-============
+1.2a6 (2011-09-06)
+==================
Bug Fixes
---------
@@ -13,12 +13,12 @@ Internal
- Internalize code previously depended upon as imports from the
``paste.auth`` module (futureproof).
+- Replaced use of ``paste.urlparser.StaticURLParser`` with a derivative of
+ Chris Rossi's "happy" static file serving code (futureproof).
+
- Fixed test suite; on some systems tests would fail due to indeterminate
test run ordering and a double-push-single-pop of a shared test variable.
-- Replaced use of ``paste.urlparser.StaticURLParser`` with a derivative of
- Chris Rossi's "happy" static file serving code.
-
Behavior Differences
--------------------
@@ -31,6 +31,12 @@ Behavior Differences
that cannot be accessed by the Pyramid process' user due to file
permissions, an IOError (or similar) will be raised.
+Scaffolds
+---------
+
+- All scaffolds now send the ``cache_max_age`` parameter to the
+ ``add_static_view`` method.
+
1.2a5 (2011-09-04)
==================