diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-05-29 12:33:07 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-05-29 12:33:07 +0200 |
commit | 32c48d444e035b0c54deaf9b2c91c0ff6cd09967 (patch) | |
tree | 0be69cc1ee2f926ba8a52f4920359439ba58eb37 | |
parent | a01fbb5fcb7ccc24a75357ac3d4ce45d7c59aa67 (diff) | |
download | fetchmail-32c48d444e035b0c54deaf9b2c91c0ff6cd09967.tar.gz fetchmail-32c48d444e035b0c54deaf9b2c91c0ff6cd09967.tar.bz2 fetchmail-32c48d444e035b0c54deaf9b2c91c0ff6cd09967.zip |
Prepare 6.4.6 (translation update
-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 |