aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-01-28 12:58:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-01-28 12:58:13 +0000
commite5adab39b165baa3f3f8d7222573f46d54e30771 (patch)
treec4217d7899a1ce255468ad5f386ea430c651e22d /CHANGES
parentd31153584ee81d1bdc0d127ae47426fe9bd21060 (diff)
curl_easy_reset() now resets the CA bundle path correctly
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 74175abae..4249a58da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@
Changelog
Daniel (28 January 2007)
+- curl_easy_reset() now resets the CA bundle path correctly.
+
- David McCreedy fixed the Curl command line tool for HTTP on non-ASCII
platforms.