aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-01 08:57:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-01 08:57:50 +0000
commitcfe80449e2627f9ca96db9ba58575297741966e1 (patch)
treecb228f89b223d9bacbb7486d2cb408f5ddd3bdf7 /CHANGES
parent818d2318499a98dd80196273bbaf86526cec1ea7 (diff)
two patches applied
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3d367c733..4d9ac329a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (1 September)
+- Henrik Storner made libcurl work fine with OpenLDAP 2.1.22 (current).
+
+- Jeff Pohlmeyer added a proper error message for non-resolving hosts when
+ using ares for lookups.
+
Daniel (19 August)
- I made curl support multiple -T options, as well as -T "{file1,file2}"
style globbing. One -T for each URL is supported.