diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2023-01-28 10:42:33 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2023-01-28 10:42:33 +0100 |
commit | 7ad0465f38ebf1bf7a9963367617b6288dbdc7e6 (patch) | |
tree | 3dd0eb72aade52c2eeb6165a0de5dd39e8525570 | |
parent | 02f77c0a0f94157e4fface5a7677deb014568d4f (diff) | |
download | fetchmail-7ad0465f38ebf1bf7a9963367617b6288dbdc7e6.tar.gz fetchmail-7ad0465f38ebf1bf7a9963367617b6288dbdc7e6.tar.bz2 fetchmail-7ad0465f38ebf1bf7a9963367617b6288dbdc7e6.zip |
Prepare 6.4.36.
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fetchmail.man | 4 |
3 files changed, 17 insertions, 3 deletions
@@ -100,6 +100,20 @@ removed from a 6.5.0 or newer release.) This should not affect the normal build, which uses a C compiler. -------------------------------------------------------------------------------- +fetchmail-6.4.36 (released 2023-01-28, 31710 LoC): + +# TRANSLATIONS: language translations were updated by these fine people: +(in alphabetical order of language codes): +* cs: Petr Pisar [Czech] +* es: Cristian Othón Martínez Vera [Spanish] +* fr: Frédéric Marchal [French] +* ja: Takeshi Hamasaki [Japanese] +* pl: Jakub Bogusz [Polish] +* ro: Remus-Gabriel Chelu [Romanian] +* sq: Besnik Bleta [Albanian] +* sv: Göran Uddeborg [Swedish] + +-------------------------------------------------------------------------------- fetchmail-6.4.35 (released 2023-01-04, 31707 LoC): # BREAKING CHANGES: diff --git a/configure.ac b/configure.ac index 2b9bc7e0..09bef9e2 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.35],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.36],[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 6700e752..8264aef4 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@ .\" .\" The date is the last change of actual content, the version should match .\" the distribution (configure.ac). -.TH FETCHMAIL 1 2022-07-16 "fetchmail 6.4.34" "fetchmail reference manual" +.TH FETCHMAIL 1 2022-07-16 "fetchmail 6.4.36" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server @@ -1956,7 +1956,7 @@ T} sslcertpath \& \& T{ Specify c_rehash-ed directory with trusted CA certificates. T} -sslfingerprint <HASH> \& \& T{ +sslfingerprint \& \& T{ Specify the expected server certificate finger print from an MD5 hash. Fetchmail will disconnect and log an error if it does not match. T} |