aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-03-11 22:56:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-03-11 22:56:03 +0000
commit6173e38fdcf5a9db84be511dfcf0037b8339c0bb (patch)
treed3553dd938e077e548d96941ee3afb93f13d967f /CHANGES
parent34cd99d1d9baa0841890188e95aa2e2255bf5afc (diff)
- Kamil Dudka made the curl tool properly call curl_global_init() before any
other libcurl function.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d68072cac..682a03f51 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel Stenberg (11 Mar 2009)
+- Kamil Dudka made the curl tool properly call curl_global_init() before any
+ other libcurl function.
+
Yang Tse (11 Mar 2009)
- Added missing TELNET timeout support for Windows builds. This issue was
reported by Pierre Brico.