aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2011-05-30 12:08:18 +0200
committerMatthias Andree <matthias.andree@gmx.de>2011-05-30 12:08:18 +0200
commit1bc980f5b9dad55d2b5f8469a299927c6a3b238d (patch)
treee8f4fd24696de97dc8dc700fa12f01763cbd9f77
parentadb17e17ca7bce0630be42f5d10acd3c364bed2d (diff)
downloadfetchmail-1bc980f5b9dad55d2b5f8469a299927c6a3b238d.tar.gz
fetchmail-1bc980f5b9dad55d2b5f8469a299927c6a3b238d.tar.bz2
fetchmail-1bc980f5b9dad55d2b5f8469a299927c6a3b238d.zip
Move 'KNOWN BUGS AND WORKAROUNDS' section up.
-rw-r--r--NEWS40
1 files changed, 20 insertions, 20 deletions
diff --git a/NEWS b/NEWS
index 1a9a7b8a..8d55e7c2 100644
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,26 @@ fetchmail-6.3.20 (not yet released, 26005 LoC):
[pl] Polish (Jakub Bogusz)
[sk] Slovak (Marcel Telka)
+# KNOWN BUGS AND WORKAROUNDS
+ (this section floats upwards through the NEWS file so it stays with the
+ current release information - however, it was stuck with 6.3.8 for a while)
+* fetchmail does not handle messages without Message-ID header well
+ (See sourceforge.net bug #780933)
+* 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. Note that fetchmail doesn't take advantage of 64-bit code,
+ so compiling 32-bit SPARC code should not cause any difficulties.
+* fetchmail does not track pending deletes over 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.19 (released 2010-12-10, 25945 LoC):
@@ -137,26 +157,6 @@ fetchmail-6.3.19 (released 2010-12-10, 25945 LoC):
[it] Italian (Vincenzo Campanella)
[pl] Polish (Jakub Bogusz)
-# KNOWN BUGS AND WORKAROUNDS
- (this section floats upwards through the NEWS file so it stays with the
- current release information - however, it was stuck with 6.3.8 for a while)
-* fetchmail does not handle messages without Message-ID header well
- (See sourceforge.net bug #780933)
-* 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. Note that fetchmail doesn't take advantage of 64-bit code,
- so compiling 32-bit SPARC code should not cause any difficulties.
-* fetchmail does not track pending deletes over 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.18 (released 2010-10-09, 25936 LoC):