summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-05-18 14:47:56 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-05-18 14:47:56 -0400
commitf2007435ca9e15257cb80085edcbf7f897993f64 (patch)
tree3e8963a10acbb1574ae8f981a1fe663684ab82f2 /CHANGELOG
parent46d21ab45cdc23c45296e1e336b7dbbf00849c56 (diff)
URL-escape with '.' instead of '%', to avoid confusing proxies
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index abc34ba9..bad97037 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,11 @@
========
+Next
+========
+
+- Changed URL escaping convention, to avoid confusing proxies.
+ The new convention is like the normal one, but with '.' instead of '%'.
+
+========
20100506
========