aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-30 18:27:14 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-30 18:27:14 +0000
commit28b12aba4ad1b56c1acfea4e20c1a81b91221d45 (patch)
treea9f7706d3dc84c6157ec5226e9a9d4306fcc36e1 /NEWS
parentff4d046f39e3ed641bc5d9925f61d48010c56bfb (diff)
downloadfetchmail-28b12aba4ad1b56c1acfea4e20c1a81b91221d45.tar.gz
fetchmail-28b12aba4ad1b56c1acfea4e20c1a81b91221d45.tar.bz2
fetchmail-28b12aba4ad1b56c1acfea4e20c1a81b91221d45.zip
Dave Bodenstab's error changes.
svn path=/trunk/; revision=705
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 9 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index f315dbd7..6dae6bf9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,20 @@
To Do:
-* The `reading message N ..(M bytes)' messages ideally should go through
- error(), but since they are built piecemeal, they go to stderr. What
- would be needed is an error() variant that didn't write a message until
- it got a trailing \n -- otherwise, if a syslog option were added, these
- messages would wind up as separate syslog calls (probably not the desired
- result).
-
* Chris LewisMoss reports that he gets a parse error when the last line of
his .fetchmailrc is a comment.
Release Notes:
------------------------------------------------------------------------------
+fetchmail-2.7 ()
+
+features --
+
+* New --syslog option by Dave Bodenstab.
+
+bugs --
+
+------------------------------------------------------------------------------
fetchmail-2.6 (Fri Dec 27 12:42:56 EST 1996)
features --