aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS55
-rw-r--r--configure.ac2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/en_GB.po2
-rw-r--r--po/eo.po2
-rw-r--r--po/es.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/id.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/sq.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--website/index.html10
21 files changed, 55 insertions, 48 deletions
diff --git a/NEWS b/NEWS
index b388b9f2..bcdcc459 100644
--- a/NEWS
+++ b/NEWS
@@ -65,7 +65,7 @@ removed from a 6.5.0 or newer release.)
--------------------------------------------------------------------------------
-fetchmail-6.4.5 (unreleased):
+fetchmail-6.4.5 (released 2020-05-07, 27596 LoC):
## REGRESSION FIX:
* fetchmail 6.4.0 and 6.4.1 changed the resolution of the home directory
@@ -85,6 +85,36 @@ fetchmail-6.4.5 (unreleased):
* Add a test program fm_realpath, and a t.realpath script, neither to be
installed. These will test resolution of the current working directory.
+## TRANSLATION UPDATES in reverse alphabetical order of language codes,
+## with my thanks to the translators:
+* zh_CN: Boyuan Yang [Chinese (simplified)]
+* sv: Göran Uddeborg [Swedish]
+* sq: Besnik Bleta [Albanian]
+* pl: Jakub Bogusz [Polish]
+* ja: Takeshi Hamasaki [Japanese]
+* 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):
@@ -327,29 +357,6 @@ fetchmail 6.4.0 (released 2019-09-27, 27429 LoC):
* PL: Jakub Bogusz <qboosh@pld-linux.org> [Polish]
* SV: Göran Uddeborg <goeran@uddeborg.se> [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.
-* Sun Workshop 6 (SPARC) is known to miscompile the configuration file lexer in
- 64-bit mode. Either compile 32-bit code or use GCC to compile 64-bit
- fetchmail.
-* 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.3.26 (released 2013-04-23, 26180 LoC):
diff --git a/configure.ac b/configure.ac
index 1fc8ec0c..691a61aa 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-rc2],[fetchmail-users@lists.sourceforge.net])
+AC_INIT([fetchmail],[6.4.5],[fetchmail-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR([fetchmail.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_LIBOBJ_DIR([.])
diff --git a/po/ca.po b/po/ca.po
index e586937e..3d206692 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.0.rc4\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2019-09-05 21:30+0200\n"
"Last-Translator: Ernest Adrogu Calveras <eadrogue@gmx.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
diff --git a/po/cs.po b/po/cs.po
index 1a84736c..922304ac 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.5-rc2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-05-05 07:07+02:00\n"
"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
diff --git a/po/da.po b/po/da.po
index 377c10d8..9b128ec7 100644
--- a/po/da.po
+++ b/po/da.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.3.24.1\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2013-03-11 07:50+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
diff --git a/po/de.po b/po/de.po
index 30c3d256..827efe3e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-05-04 12:32+0200\n"
"Last-Translator: Matthias Andree <matthias.andree@gmx.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index 2561b403..fb4e58ca 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.3.5\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2006-11-02 06:58-0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: English (British) <en_gb@li.org>\n"
diff --git a/po/eo.po b/po/eo.po
index f65ea15f..b469e68b 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.3-rc2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-04-03 10:46-0400\n"
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
diff --git a/po/es.po b/po/es.po
index d041df61..4a81e1c2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.3.12\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2009-10-06 19:04+0200\n"
"Last-Translator: Francisco Molinero <paco@byasl.com>\n"
"Language-Team: Spanish <es@li.org>\n"
diff --git a/po/fr.po b/po/fr.po
index fc08f222..ed124bd4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail-6.4.5-rc2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-05-06 20:40+0200\n"
"Last-Translator: Frédéric Marchal <fmarchal@perso.be>\n"
"Language-Team: French <traduc@traduc.org>\n"
diff --git a/po/id.po b/po/id.po
index 7f4c600d..5422880a 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.3.24.1\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2014-01-27 18:25+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
diff --git a/po/it.po b/po/it.po
index 12b1fe66..2457a87a 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.3.19-pre1\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2010-12-06 20:51+0100\n"
"Last-Translator: Vincenzo Campanella <vinz65@gmail.com>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po/ja.po b/po/ja.po
index 99b12e2a..ec9e3013 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.5-rc2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-05-05 06:30+0900\n"
"Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
diff --git a/po/nl.po b/po/nl.po
index 9a2ed8bc..4471e566 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail-6.3.20-rc3\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2011-05-31 07:47+0200\n"
"Last-Translator: Erwin Poeze <erwin.poeze@gmail.com>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/pl.po b/po/pl.po
index 2f9459f8..8f3a43ca 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.5-rc2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-05-04 20:45+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
diff --git a/po/ru.po b/po/ru.po
index 4fabe2a5..238ac244 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.3.10-pre1\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2009-06-05 14:53+0200\n"
"Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
diff --git a/po/sq.po b/po/sq.po
index 89c6a78b..44ba8308 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail-6.4.5-rc2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-05-07 10:54+0300\n"
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
"Language-Team: Albanian <translation-team-sq@lists.sourceforge.net>\n"
diff --git a/po/sv.po b/po/sv.po
index e43d4829..af3eb016 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.5-rc2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-05-04 22:16+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv-list@lists.sourceforge.net>\n"
diff --git a/po/vi.po b/po/vi.po
index 2a728254..971e9b69 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.0.rc4\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2019-09-03 14:38+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index a4d157b2..a80d3306 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fetchmail 6.4.5-rc2\n"
"Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2020-05-04 12:30+0200\n"
+"POT-Creation-Date: 2020-05-07 20:03+0200\n"
"PO-Revision-Date: 2020-05-04 16:40-0400\n"
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
diff --git a/website/index.html b/website/index.html
index 63403688..89e260d7 100644
--- a/website/index.html
+++ b/website/index.html
@@ -15,7 +15,7 @@
<table width="100%" cellpadding="0" summary="Canned page header">
<tr>
<td>Fetchmail</td>
-<td align="right"><!-- update date -->2020-04-26</td>
+<td align="right"><!-- update date -->2020-05-07</td>
</tr>
</table>
</div>
@@ -44,12 +44,12 @@
<div style="background-color:#c0ffc0;color:#000000;">
<h1>NEWS: FETCHMAIL 6.4.4 RELEASE</h1>
- <p>On 2020-04-26, <a
+ <p>On 2020-05-07, <a
href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail
- 6.4.4 has been released (click this link to download, or to see changes since 6.3.26)
+ 6.4.5 has been released (click this link to download, or to see changes since 6.3.26)
</a>. Note that you should use OpenSSL 1.1.1 or newer to compile. OpenSSL 1.0.2 is EOL since Late 2019.</p>
- <p>Since 6.4.3, the Japanese translation was updated, courtesy of Takeshi Hamasaki.</p>
- <p>This is a RECOMMENDED update for all users and updates fetchmailconf. Fetchmail 6.3.x versions are discontinued and no longer supported.</p>
+ <p>Since 6.4.4, a SUSv2 incompatibility around the realpath() function was fixed, which was a regression around 6.4.0..6.4.1 that now expectes SUSv4 semantics for realpath(), counter to what README states.</p>
+ <p>Fetchmail 6.3.x versions are discontinued and no longer supported.</p>
</div>
<div style="background-color:#ffe0c0;color:#000000;font-size:85%"> <h1>SECURITY ALERTS</h1>