diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-11-01 09:32:48 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-11-01 09:37:10 +0100 |
commit | 2eb6f8a71170fabf8e37d7d27d1f8d430fbaafdc (patch) | |
tree | ba9c7b40f048470e60241faafe4f13d4d9c083b1 /NEWS | |
parent | 4473f2426df04acae357762a621dd735b828f6a1 (diff) | |
download | fetchmail-2eb6f8a71170fabf8e37d7d27d1f8d430fbaafdc.tar.gz fetchmail-2eb6f8a71170fabf8e37d7d27d1f8d430fbaafdc.tar.bz2 fetchmail-2eb6f8a71170fabf8e37d7d27d1f8d430fbaafdc.zip |
TLS: bump library version requirements
to OpenSSL 1.1.1q and 3.0.7 (warning only)
and WolfSSL 5.4.0 (force break build)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -100,6 +100,12 @@ removed from a 6.5.0 or newer release.) This should not affect the normal build, which uses a C compiler. -------------------------------------------------------------------------------- +fetchmail-6.4.35 (not yet released): + +# BREAKING CHANGES: +* Fetchmail now warns about OpenSSL before 1.1.1s or 3.0.7, + and rejects wolfSSL older than 5.4.0. +-------------------------------------------------------------------------------- fetchmail-6.4.34 (released 2022-10-15, 31701 LoC): # CRITICAL BUG FIXES: |