aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-01-03 13:48:07 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-01-03 13:48:07 +0100
commit2def3b92e5a89c16e64c7073936840ba4252a61a (patch)
tree8cb11d930b3d6b311fb1623d9542938b255b9402
parent87069e887226907ebb0e557ae09e387396ad9a6b (diff)
downloadfetchmail-2def3b92e5a89c16e64c7073936840ba4252a61a.tar.gz
fetchmail-2def3b92e5a89c16e64c7073936840ba4252a61a.tar.bz2
fetchmail-2def3b92e5a89c16e64c7073936840ba4252a61a.zip
Bump version to 6.4.15.
-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