diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-07 21:45:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-07 21:45:59 +0000 |
commit | 8f219af884dcb330d96d71928c9bbdd003919b4b (patch) | |
tree | 5459014ea4c29600bc13e96a4842687cc5a75084 /CHANGES | |
parent | aeb04136f7c2c72f9005546bfff22c4046f93a74 (diff) |
When curl is built with GnuTLS, curl-config didn't include "SSL" when
--features was used
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel (7 August 2005) +- When curl is built with GnuTLS, curl-config didn't include "SSL" when + --features was used. + Daniel (28 July 2005) - If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is set to 1, CURLOPT_NOBODY will now automatically be set to 0. |