diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 16 |
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) ================== |
