aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-07 21:05:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-07 21:05:45 +0000
commit70024d61ebad8edab8a299d8afa785335c1a3df5 (patch)
treed2c5d9a868fe1f64da55b6a28ca016ab46bb88e4 /CHANGES
parent2085f133d6d0f4fa4f76ad42f66dc92b59b01f6f (diff)
GnuTLS!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6cb1c91de..2ec9a4f26 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,19 @@
Changelog
+Daniel (7 April 2005)
+- Added ability to build and run with GnuTLS as an alternative to OpenSSL for
+ the secure layer. configure --with-gnutls enables with. Note that the
+ previous OpenSSL check still has preference and if it first detects OpenSSL,
+ it will not check for GnuTLS. You may need to explictly diable OpenSSL with
+ --without-ssl.
+
+ This work has been sponsored by The Written Word.
+
+Daniel (5 April 2005)
+- Christophe Legry fixed the post-upload check for FTP to not complain if the
+ upload was skipped due to a time-condition as set with
+ CURLOPT_TIMECONDITION. I added test case 247 and 248 to verify.
Version 7.13.2 (5 April 2005)