summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-09-07 19:34:20 +0000
committerChris McDonough <chrism@agendaless.com>2010-09-07 19:34:20 +0000
commit6b9e366a4d6d0ac6a0424646e3d2ba32850371b8 (patch)
treed9be911199a428f6b1cf21e3a4b44ee66ba841ac /CHANGES.txt
parente2a9d52972648109cb9e8b7bd4e8a66c1acd03f1 (diff)
downloadpyramid-6b9e366a4d6d0ac6a0424646e3d2ba32850371b8.tar.gz
pyramid-6b9e366a4d6d0ac6a0424646e3d2ba32850371b8.tar.bz2
pyramid-6b9e366a4d6d0ac6a0424646e3d2ba32850371b8.zip
- Fix a bug in ``repoze.bfg.url.static_url`` URL generation: if two
resource specifications were used to create two separate static views, but they shared a common prefix, it was possible that ``static_url`` would generate an incorrect URL. - Fix another bug in ``repoze.bfg.static_url`` URL generation: too many slashes in generated URL.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d35fd6d36..ff761cc02 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,14 @@
+Next release
+============
+
+- Fix a bug in ``repoze.bfg.url.static_url`` URL generation: if two
+ resource specifications were used to create two separate static
+ views, but they shared a common prefix, it was possible that
+ ``static_url`` would generate an incorrect URL.
+
+- Fix another bug in ``repoze.bfg.static_url`` URL generation: too
+ many slashes in generated URL.
+
1.3a11 (2010-09-05)
===================