From e770dc4f9027972a390725b5ee3fcf0f5269b1da Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 25 Jan 2020 00:49:03 +0100 Subject: Prepare 6.4.2-rc2. --- NEWS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6c4734bd..df065d10 100644 --- a/NEWS +++ b/NEWS @@ -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([.]) -- cgit v1.2.3