aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-07-17 18:54:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-07-17 18:54:12 +0000
commit4694ac11a985871948e703a2cafd5e1db03a3dd0 (patch)
treed3420938b845c2c87d7aafc7c065da94d245a210
parent9cae753dc4947999386991f8029a909d919c7013 (diff)
downloadfetchmail-4694ac11a985871948e703a2cafd5e1db03a3dd0.tar.gz
fetchmail-4694ac11a985871948e703a2cafd5e1db03a3dd0.tar.bz2
fetchmail-4694ac11a985871948e703a2cafd5e1db03a3dd0.zip
Ready to ship.
svn path=/trunk/; revision=3823
-rw-r--r--Makefile.in2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e5c99013..bfa033a0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 6.2.2
+VERSION = 6.2.3
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index 0c62a7f4..9182cf3f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
+fetchmail-6.2.3 (Thu Jul 17 14:53:00 EDT 2003), 22487 lines:
+
* German, Danish, Spanish, and Turkish translations updated.
* Brian Sammon's patch to deal with malformed message lines containiing NULs.
* Fai's patch to ignore all but the first Return-Path (some spams have
@@ -16,6 +18,8 @@
* Elias Israel's patches for POP3 NTLM support and dealing with byte-
stuffing failures at socket level.
+There are 580 people on fetchmail-friends and 750 on fetchmail-announce.
+
fetchmail-6.2.2 (Fri Feb 28 21:34:26 EST 2003), 22345 lines:
* Sunil Shetye's patch to improve behavior on empty messages.