aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-05-12 08:08:32 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-05-12 08:08:32 +0000
commit90e546a59efcfd335a138df6598607c553baf4fa (patch)
tree01939d16f0e16e0bdcbc727bf5b8ce642b3e415a /NEWS
parent78d4646ea2a26a7701feb929195734a3ea2641e3 (diff)
downloadfetchmail-90e546a59efcfd335a138df6598607c553baf4fa.tar.gz
fetchmail-90e546a59efcfd335a138df6598607c553baf4fa.tar.bz2
fetchmail-90e546a59efcfd335a138df6598607c553baf4fa.zip
Ready to ship this puppy.
svn path=/trunk/; revision=3311
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d7bfe98f..ffd7ec5d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,16 +2,20 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
+fetchmail-5.8.3 (Sat May 12 04:07:12 EDT 2001), 20502 lines:
+
* The `localhost' special case of `via' is gone. Use `plugin %h' for talking
to ssh instead.
* Prevent POP3 code from authenticating multiple times on success.
* Fixed IMAP password shrouding.
* GCC warning cleanups from ahaas@neosoft.com.
* Plug another hole that was letting zombies through.
-* SA_RESDTART portability fix for SunOS.
+* SA_RESTART portability fix for SunOS.
* Ignore Sender and Resent-Sender headers unless they contain @.
* Makefile no longer requires GNU make.
+There are 333 people on fetchmail-friends and 582 on fetchmail-announce.
+
fetchmail-5.8.2 (Tue May 8 17:07:53 EDT 2001), 20481 lines:
* HH's patches fixing Debian bug #90966 and addressing Debian bug #92554.