aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-28 22:04:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-28 22:04:17 +0000
commit2f89f2311c99a70bfd3fae7069b7f5affd17a94b (patch)
tree1ab36a9d30f30fc489678c194f610fead21a913e /CHANGES
parent75e5967afdef3b97500a95416008bd864a1c4188 (diff)
recent stuff
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 644224072..b9c091fbc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,19 @@
Changelog
+Daniel (28 September 2004)
+- "Mekonikum" found out that if you built curl without SSL support, although
+ your current SSL installation supports Engine, the compile fails.
+
+Daniel (27 September 2004)
+- When --with-ssl=PATH is used to the configure script, it no longer uses
+ pkg-config to figure out extra details. That is now only done if no PATH is
+ included or if SSL is checked for by default without the --with-ssl option.
+
+Daniel (25 September 2004)
+- Peter Sylvester pointed out that CURLOPT_SSLENGINE couldn't even be set to
+ NULL when no engine was supported. It can now.
+
Daniel (22 September 2004)
- Dan Fandrich fixed three test cases to no longer use "localhost" but instead
use "127.0.0.1" to avoid requiring that localhost resolves nicely.