diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-09-04 10:25:26 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-09-04 10:25:26 +0200 |
commit | 0dd0a8e86c01f375c159ac5e538b2f983a367204 (patch) | |
tree | 1a1eb13dabc5e93279a85c3304cd1e2c46612780 /NEWS | |
parent | 66546e6687b076477650a66b9098aa4368722b80 (diff) | |
download | fetchmail-0dd0a8e86c01f375c159ac5e538b2f983a367204.tar.gz fetchmail-0dd0a8e86c01f375c159ac5e538b2f983a367204.tar.bz2 fetchmail-0dd0a8e86c01f375c159ac5e538b2f983a367204.zip |
NEWS: move KNOWN BUGS... section up.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -71,14 +71,6 @@ fetchmail-6.4.12 (released 2020-09-04, 27596 LoC): used to roll and upload the tarball sometimes clobbered the README file and replaced its contents by a part of the NEWS file. ---------------------------------------------------------------------------------- -fetchmail-6.4.11 (released 2020-08-28, 27596 LoC): - -# REGRESSION FIX: -* configure: fetchmail 6.4.9 and 6.4.10 would miss checking for TLS v1.2 and - TLS v1.3 support if AC_LIB_LINKFLAGS came up with something such as - /path/to/libssl.so, rather than -lssl. (For instance on FreeBSD) - # KNOWN BUGS AND WORKAROUNDS (This section floats upwards through the NEWS file so it stays with the current release information) @@ -100,6 +92,14 @@ fetchmail-6.4.11 (released 2020-08-28, 27596 LoC): server to test against. Use GSSAPI. --------------------------------------------------------------------------------- +fetchmail-6.4.11 (released 2020-08-28, 27596 LoC): + +# REGRESSION FIX: +* configure: fetchmail 6.4.9 and 6.4.10 would miss checking for TLS v1.2 and + TLS v1.3 support if AC_LIB_LINKFLAGS came up with something such as + /path/to/libssl.so, rather than -lssl. (For instance on FreeBSD) + +--------------------------------------------------------------------------------- fetchmail-6.4.10 (released 2020-08-27, 27596 LoC): # REGRESSION FIX: |