diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fetchmail.man | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -64,6 +64,12 @@ removed from a 6.5.0 or newer release.) for end-of-life OpenSSL versions may be removed even from patchlevel releases. -------------------------------------------------------------------------------- +fetchmail-6.4.6 (released 2020-05-29, 27596 LoC): + +## TRANSLATION UPDATE, with thanks to the translator: +* eo: Felipe Castro [Esperanto] + +-------------------------------------------------------------------------------- fetchmail-6.4.5 (released 2020-05-07, 27596 LoC): diff --git a/configure.ac b/configure.ac index 691a61aa..3934f6cf 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.5],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.6],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) diff --git a/fetchmail.man b/fetchmail.man index 2ff7175c..1e8f7025 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-03-30 "fetchmail 6.4.5" "fetchmail reference manual" +.TH fetchmail 1 2020-03-30 "fetchmail 6.4.6" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |