diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-04-26 12:45:08 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-04-26 12:45:58 +0200 |
commit | cb75df48c4b318c79c0a59499423b4bb34521205 (patch) | |
tree | 67bd242162e45918552c7a982cabaaaccdd05580 | |
parent | dc22cb1da48e555eb1f2504e69d0431583e5e3be (diff) | |
download | fetchmail-cb75df48c4b318c79c0a59499423b4bb34521205.tar.gz fetchmail-cb75df48c4b318c79c0a59499423b4bb34521205.tar.bz2 fetchmail-cb75df48c4b318c79c0a59499423b4bb34521205.zip |
Bump version to 6.4.4, and mention Japanese translation update.
-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 |