diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-08-27 18:33:26 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-08-27 19:04:44 +0200 |
commit | f2aa27773d8474117707ba6f3b9335fe0a689854 (patch) | |
tree | 9bf9b12f915c2044deb67b77ba418bf141a110aa /NEWS | |
parent | ca372c2c4fd4fa18cf035087203069e412adfa00 (diff) | |
download | fetchmail-f2aa27773d8474117707ba6f3b9335fe0a689854.tar.gz fetchmail-f2aa27773d8474117707ba6f3b9335fe0a689854.tar.bz2 fetchmail-f2aa27773d8474117707ba6f3b9335fe0a689854.zip |
NEWS: mention MD5 mention in manpage in commit cddf65c3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ removed from a 6.5.0 or newer release.) --------------------------------------------------------------------------------- fetchmail-6.4.9: +## DOCUMENTATION UPDATE: +* manpage: mention that the SSL/TLS certificate fingerprint uses an MD5 hash. + ## CHANGES: * configure: try to use AC_LIB_LINKFLAGS to obtain proper link flags for libcrypto and libssl if pkg-config failed. |