diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-25 00:49:03 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-25 00:49:03 +0100 |
commit | e770dc4f9027972a390725b5ee3fcf0f5269b1da (patch) | |
tree | b4783e9e4f79543b0657586f2dc4433a6a2b3a73 | |
parent | 476c66d2ce7900282344f735a9ee2aae081f72ab (diff) | |
download | fetchmail-e770dc4f9027972a390725b5ee3fcf0f5269b1da.tar.gz fetchmail-e770dc4f9027972a390725b5ee3fcf0f5269b1da.tar.bz2 fetchmail-e770dc4f9027972a390725b5ee3fcf0f5269b1da.zip |
Prepare 6.4.2-rc2.
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -93,6 +93,7 @@ fetchmail 6.4.2 (not yet released): certificate validation turned off), fetchmail would only consider --sslproto tls1 as requiring STARTTLS, now all non-empty protocol versions do. * fetchmailconf now properly writes "no sslcertck" if sslcertck is disabled. +* fetchmailconf received a host of other bugfixes, see the Git commit log. ## CHANGES: * Make t.smoke more robust and use temporary directory as FETCHMAILHOME, to make diff --git a/configure.ac b/configure.ac index 912bb7b3..fa8f9a57 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[6.4.2-rc1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.2-rc2],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |