aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--fetchmail.man2
2 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 203469b1..a55054d4 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.14],[fetchmail-users@lists.sourceforge.net])
+AC_INIT([fetchmail],[6.4.15],[fetchmail-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR([fetchmail.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_LIBOBJ_DIR([.])
@@ -28,6 +28,8 @@ dnl python is optional
# to disable python detection and continue without building/installing
# fetchmail.conf -- be sure to check README.packaging, too!
#
+# recent Python 3.x versions are supported.
+#
AM_PATH_PYTHON(2.7,,AC_MSG_WARN([Disabling fetchmailconf: python 2.7 or greater not found]))
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
diff --git a/fetchmail.man b/fetchmail.man
index c4701c44..795bf57d 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -10,7 +10,7 @@
.\" Load www macros to process .URL requests, this requires groff:
.mso www.tmac
.\"
-.TH fetchmail 1 2020-12-15 "fetchmail 6.4.14" "fetchmail reference manual"
+.TH fetchmail 1 2020-12-15 "fetchmail 6.4.15" "fetchmail reference manual"
.SH NAME
fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server