aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-22 09:51:52 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-22 09:51:52 +0100
commit6572514ae544d69e71eb852ba9954211e8f81e27 (patch)
tree479674a99e1c7fd91325c453520137a72b7a36ff /CHANGES
parentc8bfb9e58a2c166fdcf3db0ca72768c72fafe73c (diff)
parentabcea311e3b3178e8848e4da5acdf50afd89e4ce (diff)
Merge branch 'master' of github.com:bagder/curl
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 241ebdc08..02d7b2753 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Kamil Dudka (22 Mar 2010)
+- Douglas Steinwand contributed a patch fixing insufficient initialization in
+ Curl_clone_ssl_config()
+
Daniel Stenberg (21 Mar 2010)
- Ben Greear improved TFTP: the error code returning and the treatment
of TSIZE == 0 when uploading.