aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-06-14 19:16:41 +0200
committerMatthias Andree <matthias.andree@gmx.de>2020-06-14 19:16:41 +0200
commit238b70b3ccc0940659ee309c40218dd3dee81b44 (patch)
tree9dc98f94ce9e2ca7a213b3f96041d87d1a433d8c
parent5ae799c5ca68349035dca408d0b90e98b50d6fe0 (diff)
downloadfetchmail-238b70b3ccc0940659ee309c40218dd3dee81b44.tar.gz
fetchmail-238b70b3ccc0940659ee309c40218dd3dee81b44.tar.bz2
fetchmail-238b70b3ccc0940659ee309c40218dd3dee81b44.zip
Prepare fetchmail 6.4.7 release.
-rw-r--r--NEWS46
-rw-r--r--configure.ac2
-rw-r--r--fetchmail.man2
3 files changed, 28 insertions, 22 deletions
diff --git a/NEWS b/NEWS
index 150906ae..98677875 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,32 @@ 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.7 (released 2020-06-14, 27596 LoC):
+
+## TRANSLATION UPDATE, with thanks to the translator:
+* sv: Göran Uddeborg [Swedish]
+
+# KNOWN BUGS AND WORKAROUNDS
+ (This section floats upwards through the NEWS file so it stays with the
+ current release information)
+* Fetchmail does not handle messages without Message-ID header well
+ (See sourceforge.net bug #780933)
+* Fetchmail currently uses 31-bit signed integers in several places
+ where unsigned and/or wider types should have been used, for instance,
+ for mailbox sizes, and misreports sizes of 2 GibiB and beyond.
+ Fixing this requires C89 compatibility to be relinquished.
+* BSMTP is mostly untested and errors can cause corrupt output.
+* Fetchmail does not track pending deletes across crashes.
+* The command line interface is sometimes a bit stubborn, for instance,
+ fetchmail -s doesn't work with a daemon running.
+* Linux systems may return duplicates of an IP address in some circumstances if
+ no or no global IPv6 addresses are configured.
+ (No workaround. Ubuntu Bug#582585, Novell Bug#606980.)
+* Kerberos 5 may be broken, particularly on Heimdal, and provide bogus error
+ messages. This will not be fixed, because the maintainer has no Kerberos 5
+ server to test against. Use GSSAPI.
+
+--------------------------------------------------------------------------------
fetchmail-6.4.6 (released 2020-05-29, 27596 LoC):
## TRANSLATION UPDATE, with thanks to the translator:
@@ -101,26 +127,6 @@ fetchmail-6.4.5 (released 2020-05-07, 27596 LoC):
* fr: Frédéric Marchal [French]
* cs: Petr Pisar [Czech]
-# KNOWN BUGS AND WORKAROUNDS
- (This section floats upwards through the NEWS file so it stays with the
- current release information)
-* Fetchmail does not handle messages without Message-ID header well
- (See sourceforge.net bug #780933)
-* Fetchmail currently uses 31-bit signed integers in several places
- where unsigned and/or wider types should have been used, for instance,
- for mailbox sizes, and misreports sizes of 2 GibiB and beyond.
- Fixing this requires C89 compatibility to be relinquished.
-* BSMTP is mostly untested and errors can cause corrupt output.
-* Fetchmail does not track pending deletes across crashes.
-* The command line interface is sometimes a bit stubborn, for instance,
- fetchmail -s doesn't work with a daemon running.
-* Linux systems may return duplicates of an IP address in some circumstances if
- no or no global IPv6 addresses are configured.
- (No workaround. Ubuntu Bug#582585, Novell Bug#606980.)
-* Kerberos 5 may be broken, particularly on Heimdal, and provide bogus error
- messages. This will not be fixed, because the maintainer has no Kerberos 5
- server to test against. Use GSSAPI.
-
--------------------------------------------------------------------------------
fetchmail-6.4.4 (released 2020-04-26, 27530 LoC):
diff --git a/configure.ac b/configure.ac
index 3934f6cf..a51ec263 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.6],[fetchmail-users@lists.sourceforge.net])
+AC_INIT([fetchmail],[6.4.7],[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 1e8f7025..4f6e70f6 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.6" "fetchmail reference manual"
+.TH fetchmail 1 2020-03-30 "fetchmail 6.4.7" "fetchmail reference manual"
.SH NAME
fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server