aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-21 11:29:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-21 11:29:03 +0000
commita2210d23c3b301d5413becad5a9e5a8b82cae664 (patch)
tree1572da79327a37309e0cd91802cb01e6cf48e78b
parentbd5a622400e18d84eedc3094beea033c0334d940 (diff)
three debian bug reports addressed
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 40b2ae8a0..abf83ca45 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,21 @@
Changelog
+Daniel (21 September 2005)
+- Fixed "cut off" sentence in the libcurl-tutorial man page:
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305
+
+- Clarified in the curl_easy_setopt man page what the default
+ CURLOPT_WRITEFUNCTION and CURLOPT_WRITEDATA mean:
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329311
+
+- Clarified in the curl_easy_setopt man page that CURLOPT_ERRORBUFFER
+ sometimes doesn't fill in the buffer even though it is supposed to:
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329313
+
+- When CURLE_URL_MALFORMAT is returned due to a missing URL, it now has an
+ error string set.
+
Daniel (19 September 2005)
- Dmitry Bartsevich made the SSPI support work on Windows 9x as well.