diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-29 10:02:08 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-29 10:02:08 -0500 |
| commit | 17a618c2c8d39147dd053221aa5dcf22c80ae6c2 (patch) | |
| tree | b71962cfbf1ea7106bb5d93fc4b0a8e634fa7e2b /CHANGES.txt | |
| parent | 25d7c28c6830d7f55b206b0467cd987e77f07515 (diff) | |
| parent | 28c3135c6dab669bc4bace40cd7f8f22c0a8f997 (diff) | |
| download | pyramid-17a618c2c8d39147dd053221aa5dcf22c80ae6c2.tar.gz pyramid-17a618c2c8d39147dd053221aa5dcf22c80ae6c2.tar.bz2 pyramid-17a618c2c8d39147dd053221aa5dcf22c80ae6c2.zip | |
Merge branch 'master' into 1.3-branch
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 84de3c642..284c45ae4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,13 @@ Bug Fixes the documentation as an API method was a mistake, and it has been renamed to something private. +- When a static view was registered using an absolute filesystem path on + Windows, the ``request.static_url`` function did not work to generate URLs + to its resources. Symptom: "No static URL definition matching + c:\foo\bar\baz". + +- Make all tests pass on Windows XP. + - Bug in ACL authentication checking on Python 3: the ``permits`` and ``principals_allowed_by_permission`` method of ``pyramid.authorization.ACLAuthenticationPolicy`` could return an |
