diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-04-03 20:28:32 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-04-03 20:28:32 +0000 |
commit | bf52cef16fd2cc1ad83f760059d27f49f036c3eb (patch) | |
tree | 8cc62150d2ff3c5662130f0490cd720d5a5a62dc /CHANGES | |
parent | 16a9c5e02be15c1dde3aa21b3ced5a71c6fae53c (diff) | |
download | curl-bf52cef16fd2cc1ad83f760059d27f49f036c3eb.tar.gz |
Made sure that curl_global_init is called in all the multithreaded
example programs.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel Fandrich (3 Apr 2008) +- Made sure that curl_global_init is called in all the multithreaded + example programs. + Michal Marek (31 Mar 2008) - Removed the generated ca-bundle.h file. The verbatim value of $ca and $capath is known to configure, so it can be defined in config.h instead. |