aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-08-07 12:57:37 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-08-07 12:57:37 +0000
commit266b9522bc49321eef45f0de64032dc915be0165 (patch)
tree18f5a47fee0a99b9ba138d3069b268cc9feb43b4 /NEWS
parent80aac426558a82576bb3da3f05c8b9db73a131d5 (diff)
downloadfetchmail-266b9522bc49321eef45f0de64032dc915be0165.tar.gz
fetchmail-266b9522bc49321eef45f0de64032dc915be0165.tar.bz2
fetchmail-266b9522bc49321eef45f0de64032dc915be0165.zip
Rearrange 6.3.5 changes vs. fixes.
svn path=/branches/BRANCH_6-3/; revision=4890
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index c531e856..4f110ccf 100644
--- a/NEWS
+++ b/NEWS
@@ -98,18 +98,11 @@ fetchmail 6.3.5 (not yet released):
with new polls, and SIGHUP would be ignored for root users. SIGHUP now matches
documented behavior. SIGUSR1 has always been a wakeup signal for both root
(undocumented) and non-root users. See also the deprecation warning above.
-* When a connection fails, log not only the IP address, but also host and
- service name and the port number. Log the latter when trying to connect in
- verbose mode, too.
-* Keep syslog output at one line per message (this works if no errors occur).
* Track getaddrinfo() results to properly free them after timeouts,
reported by Uli Zappe. This MIGHT fix Debian Bug#294547 and Bug#377135.
-* Fetchmail in verbose mode now logs if it opportunistically upgrades a POP3
- or IMAP connection to TLS security with STLS/STARTTLS.
* --logfile is now handled more carefully, errors opening the logfile are
now reported to the TTY where fetchmail was started from.
* fetchmail now complains and aborts when it cannot properly daemonize itself.
-* fetchmail now supports foo@example.org=bar user mappings for multidrop boxes.
# CHANGES:
* Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes
@@ -119,6 +112,13 @@ fetchmail 6.3.5 (not yet released):
misleading the user. Suppress EAFNOSUPPORT errors from socket() call, too.
Fixes Debian Bug #361825, reported by Daniel Baur.
* In idle mode, fetchmail complains about the fetchall option.
+* When a connection fails, log not only the IP address, but also host and
+ service name and the port number. Log the latter when trying to connect in
+ verbose mode, too.
+* Keep syslog output at one line per message (this works if no errors occur).
+* Fetchmail in verbose mode now logs if it opportunistically upgrades a POP3
+ or IMAP connection to TLS security with STLS/STARTTLS.
+* fetchmail now supports foo@example.org=bar user mappings for multidrop boxes.
# TRANSLATION UPDATES:
* Russian/ru (Pavel Maryanov), Vietnamese/vi (Clytie Siddall)