aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-06 15:11:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-06 15:11:16 +0000
commitd56c03840b842147763ab5e0430eb977bff4fedb (patch)
tree611ea1bff0185923a587484e57392fce3fb66232 /CHANGES
parentd3d5cdf305f3913c5a313fce379e2da45de90e0a (diff)
little fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e6d5d1ff..07a4c68d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,25 @@
Changelog
+Daniel (6 May 2004)
+- Michael Benedict brought a fix that fills in the errorbuffer properly when
+ ares fails to resolve a name for a case not previously dealt with like this.
+
+Daniel (5 May 2004)
+- Joe Halpin fixed the annoying typecast warning in lib/ldap.c
+
+- Gisle Vanem fixes:
+ o memdebug to not access NULL on several places
+ o libcurl.def; curl_formparse is gone.
+ o progress.c; fixed the percent values being trunced to 0.
+ o if2ip.*; constified the 'interface' argument.
+
+- Tor Arntsen reported that many of his autobuilds froze and I found and fixed
+ a problem introduced with the HTTP auth overhaul that could lead to a
+ never-ending internal request-loop due to un-initialized variables!
+
+- Removed several compiler warnings on various compilers/platforms.
+
Daniel (4 May 2004)
- curl_formparse() has been removed from the library. It has been marked and
mentioned as deprecated for several years.