aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-10 20:49:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-10 20:49:17 +0000
commit0ace5f655359373b4db8d2e937cfec926100ef56 (patch)
tree0d450e81693000bd1b7ee8c7ba3493336a0630bf /CHANGES
parentb8a9f195158644186c8c95bcb443a1cf6169857f (diff)
- I made the OpenSSL code build again with OpenSSL 0.9.6. The CRLFILE
functionality killed it due to its unconditional use of X509_STORE_set_flags...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e43a8887b..bfe49f423 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
+Daniel Stenberg (10 Jun 2008)
+- I made the OpenSSL code build again with OpenSSL 0.9.6. The CRLFILE
+ functionality killed it due to its unconditional use of
+ X509_STORE_set_flags...
+
Daniel Stenberg (8 Jun 2008)
- Due to the three new libcurl changes and the massive command line option
change I decided we'll mark it by bumping the next release number to 7.19.0!