aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-22 22:31:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-22 22:31:08 +0000
commitc51b46c982df421cf6c61cf7851b567b92c7a168 (patch)
tree9778deb8f16ed42a17045370eac4d77f313a599d /CHANGES
parentb1b63c1dd1770790115ee48d3a310a685da6aa69 (diff)
David Shaw fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c3232f5bf..8c9036c6e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,15 @@
Changelog
+Daniel (23 June 2005)
+- David Shaw's fix that unifies proxy string treatment so that a proxy given
+ with CURLOPT_PROXY can use a http:// prefix and user + password. The user
+ and password fields are now also URL decoded properly. Test case 264 added
+ to verify.
+
+Daniel (22 June 2005)
+- David Shaw updated libcurl.m4
+
Daniel (14 June 2005)
- Gisle Vanem fixed a potential thread handle leak. Bug report #1216500.
Comment in http://curl.haxx.se/mail/lib-2005-06/0059.html