diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-03-27 23:35:35 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-03-27 23:35:35 +0100 |
commit | 13091ab766573b48d065096ee5c3915535f38610 (patch) | |
tree | 3a3123c684866dec8a9a5c49e75fb3933b4e18cf | |
parent | 7ee4579098051e45ad7e290c20a731e2562a7208 (diff) | |
download | fetchmail-13091ab766573b48d065096ee5c3915535f38610.tar.gz fetchmail-13091ab766573b48d065096ee5c3915535f38610.tar.bz2 fetchmail-13091ab766573b48d065096ee5c3915535f38610.zip |
Prepare for 6.4.18.
-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([.]) |