diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rwxr-xr-x | indexgen.sh | 2 |
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@ @@ -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"` |