diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 4 deletions
@@ -99,6 +99,10 @@ fetchmail-6.4.18 (not yet released): SSL_use_RSAPrivateKey_file, the latter will be deprecated with OpenSSL v3, and the user's key file might be something else than RSA. +# TRANSLATION UPDATE: + This fine person has contributed an updated translation: +* fi: Lauri Nurmi [Finnish] + -------------------------------------------------------------------------------- fetchmail-6.4.17 (released 2021-03-07, 29998 LoC): @@ -112,9 +116,8 @@ fetchmail-6.4.17 (released 2021-03-07, 29998 LoC): a TLS-wrapped port. * fetchmailconf: --version (-V) now prints the Python version in use. -# TRANSLATION UPDATES - These fine people have contributed updated translations for fetchmail, - in no particular order: +# TRANSLATION UPDATE: + This fine person has contributed an updated translation: * ja: Takeshi Hamasaki [Japanese] -------------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index e7e9b3ab..09d0265d 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.18-rc1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.18],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |