From 7ad0465f38ebf1bf7a9963367617b6288dbdc7e6 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 28 Jan 2023 10:42:33 +0100 Subject: Prepare 6.4.36. --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- fetchmail.man | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9957ca1f..82e6b134 100644 --- a/NEWS +++ b/NEWS @@ -99,6 +99,20 @@ removed from a 6.5.0 or newer release.) * FreeBSD's OPIE implementation cannot be found when using a C++ compiler. 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): 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 \& \& 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} -- cgit v1.2.3