aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-07 21:45:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-07 21:45:59 +0000
commit8f219af884dcb330d96d71928c9bbdd003919b4b (patch)
tree5459014ea4c29600bc13e96a4842687cc5a75084 /CHANGES
parentaeb04136f7c2c72f9005546bfff22c4046f93a74 (diff)
When curl is built with GnuTLS, curl-config didn't include "SSL" when
--features was used
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b6b5a83f0..1801cf552 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.