aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2012-09-03 23:05:37 +0200
committerMatthias Andree <matthias.andree@gmx.de>2012-09-03 23:10:57 +0200
commit2629c4511c68729d98acfd08637c1f00d3807f49 (patch)
treee5e46b662a2a95e6f9042278f31410812125dea5
parenta2f52629d0dce57bf1a0c290b33cff9706087918 (diff)
downloadfetchmail-2629c4511c68729d98acfd08637c1f00d3807f49.tar.gz
fetchmail-2629c4511c68729d98acfd08637c1f00d3807f49.tar.bz2
fetchmail-2629c4511c68729d98acfd08637c1f00d3807f49.zip
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 48d3c97c..ffe07fe9 100644
--- 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