diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fetchmail.man | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -65,6 +65,13 @@ removed from a 6.5.0 or newer release.) -------------------------------------------------------------------------------- +fetchmail-6.4.4 (released 2020-04-26, 27530 LoC): + +## UPDATED TRANSLATIONS - WITH THANKS TO THE TRANSLATOR: +* ja: Takeshi Hamasaki [Japanese] + +-------------------------------------------------------------------------------- + fetchmail-6.4.3 (released 2020-04-05, 27530 LoC): ## BUGFIXES: diff --git a/configure.ac b/configure.ac index dedc6f2d..2cde1ba4 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.3],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.4],[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 da6ade56..facba8eb 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.3" "fetchmail reference manual" +.TH fetchmail 1 2020-03-30 "fetchmail 6.4.4" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |