summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-02 15:23:13 +0000
committerYang Tse <yangsita@gmail.com>2010-02-02 15:23:13 +0000
commit2dfbd0d050fbdb7bd2c186bce423809cc799f2f5 (patch)
treefd79f032222dd0bedc223bc0ce62a368f8c0f8bb /CHANGES
parent54879d77633a16d0a783c2129229520c34d46184 (diff)
downloadcurl-2dfbd0d050fbdb7bd2c186bce423809cc799f2f5.tar.gz
mention a couple of changes back from November
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8802e3ebc..4e64fe26a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -336,6 +336,11 @@ Kamil Dudka (15 Nov 2009)
(and in particular the list of required libraries) even if a path is given
as argument to --with-ssl
+Yang Tse (15 Nov 2009)
+- I removed enable-thread / disable-thread configure option. These were only
+ placebo options. The library is always built as thread safe as possible on
+ every system.
+
Claes Jakobsson (14 Nov 2009)
- curl-config now accepts '--configure' to see what arguments was
passed to the configure script when building curl.
@@ -356,6 +361,8 @@ Yang Tse (14 Nov 2009)
- Constantine Sapuntzakis provided the fix that ensures that an SSL connection
won't be reused unless protection level for peer and host verification match.
+ I refactored how preprocessor symbol _THREAD_SAFE definition is done.
+
Kamil Dudka (12 Nov 2009)
- Kevin Baughman provided a fix preventing libcurl-NSS from crash on doubly
closed NSPR descriptor. The issue was hard to find, reported several times