summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2005-07-15 17:53:11 +0000
committerDan Winship <danw@src.gnome.org>2005-07-15 17:53:11 +0000
commit80e5930c51e9a0ca4405d1143e36e705960c0b9c (patch)
tree648a9db8d2ec3c9658d4ff71edc7b6a05c70a9d9 /ChangeLog
parentcae3d1ef8797284138bf3f7d5a0f0a92fafdee1a (diff)
downloadlibsoup-80e5930c51e9a0ca4405d1143e36e705960c0b9c.tar.gz
Allow relative URIs, since some servers are lame. Based on a patch from
* libsoup/soup-session.c (redirect_handler): Allow relative URIs, since some servers are lame. Based on a patch from Jean-Yves Lefort. [#270688] * tests/uri-parsing.c: add some more tests to make sure that things that should be %-escaped do get %-escaped
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bead0fac..7b974628 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-15 Dan Winship <danw@novell.com>
+
+ * libsoup/soup-session.c (redirect_handler): Allow relative URIs,
+ since some servers are lame. Based on a patch from Jean-Yves
+ Lefort. [#270688]
+
+ * tests/uri-parsing.c: add some more tests to make sure that
+ things that should be %-escaped do get %-escaped
+
2005-07-06 Tor Lillqvist <tml@novell.com>
* libsoup/soup-date.c (soup_gmtime): Mention in the doc comment