aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-09-22 22:32:47 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-09-22 22:32:47 +0000
commit5f7dcc42adb8f88be502cb6215773ba3d72176a6 (patch)
treeaebb2531a7d815651e9b088d3edf3aa7f8d6b5d7
parente998bf1421388431ab2d9f8e18f26fb4a508d1a4 (diff)
downloadfetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.tar.gz
fetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.tar.bz2
fetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.zip
Ready to ship the security-fixed version.
svn path=/trunk/; revision=3731
-rw-r--r--Makefile.in2
-rw-r--r--NEWS10
-rwxr-xr-xindexgen.sh2
3 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index e7fffaa6..c4b05d9b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 6.0.0
+VERSION = 6.1.0
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index 110e4723..a78a250f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
+fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines:
+
+* Updated French translation.
+* Stefan Esser's fix for potential remote vulnerability in multidrop mode.
+ This is an important security fix!
+
+There are 519 people on fetchmail-friends and 680 on fetchmail-announce.
+
fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
* Applied Matt Kraai's fix for minor Debian bug #144539.
@@ -11,7 +19,6 @@ fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
* Updated de and po translations,
There are 520 people on fetchmail-friends and 683 on fetchmail-announce.
-% 6.0.0 release
fetchmail-5.9.14 (Fri Sep 6 05:03:25 EDT 2002), 21932 lines:
@@ -232,7 +239,6 @@ fetchmail-5.9.0 (Sun Aug 12 23:52:16 EDT 2001), 21062 lines:
* Matthias Andree's patch to correct parsing of spaces in quoted usernames.
There are 371 people on fetchmail-friends and 610 on fetchmail-announce.
-% Release 5.9.0
fetchmail-5.8.17 (Tue Aug 7 20:05:36 EDT 2001), 21056 lines:
diff --git a/indexgen.sh b/indexgen.sh
index e4b2d0c5..00f17ff0 100755
--- a/indexgen.sh
+++ b/indexgen.sh
@@ -2,7 +2,7 @@
#
# indexgen.sh -- generate current version of fetchmail home page.
#
-goldvers="6.0.0"
+goldvers="6.1.0"
goldname="6.0.0"
version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^ ]*\)/\1/p"`
date=`date "+%d %b %Y"`