]> Pileus Git - ~andy/fetchmail/commitdiff
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 3 Sep 2012 21:05:37 +0000 (23:05 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 3 Sep 2012 21:10:57 +0000 (23:10 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 48d3c97c37c1c1f36f4a0ce1ab4cde02fde211b0..ffe07fe9875f5ef45ce87ab7ca7069d299ea9106 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,15 @@ removed from a 6.4.0 or newer release.)
 
 --------------------------------------------------------------------------------
 
+fetchmail-6.3.23 (not yet released)
+
+# REGRESSION FIXES
+* Fix compilation with OpenSSL implementations before 0.9.8m that lack
+  SSL_CTX_clear_options. Patch by Earl Chew.
+  Note that the use of older OpenSSL versions with fetchmail is unsupported and
+  *not* recommended.
+
+
 fetchmail-6.3.22 (released 2012-08-29, 26077 LoC):
 
 # SECURITY FIXES