diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rwxr-xr-x | indexgen.sh | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 64b57326..a75b8b9d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.4.5 +VERSION = 5.5.0 SUBDIRS = @INTLSUB@ @POSUB@ @@ -2,8 +2,13 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +------------------------------------------------------------------------------ +fetchmail-5.5.0 (Sat Aug 12 12:47:21 EDT 2000), 19241 lines: + * Fix pop3.c to avoid trouble with spurious dot terminations. +There are 293 people on fetchmail-friends and 541 on fetchmail-announce. + fetchmail-5.4.5 (Mon Aug 7 03:25:23 EDT 2000), 19238 lines: * Dave Zarzycki's patch to enhance plugins, adding %h and %p. @@ -70,6 +75,7 @@ fetchmail-5.4.1 (Tue Jun 6 23:24:22 EDT 2000), 19051 lines: There are 290 people on fetchmail-friends and 526 on fetchmail-announce. +------------------------------------------------------------------------------ fetchmail-5.4.0 (Sat May 13 18:24:21 EDT 2000), 18977 lines: * Matthias Scheler's fix for SSL under IPV6 @@ -182,6 +188,7 @@ fetchmail-5.3.1 (Sun Mar 5 23:02:42 EST 2000), 18648 lines: There are 289 people on fetchmail-friends and 502 on fetchmail-announce. +------------------------------------------------------------------------------ fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines: * Horst von Brand's improvements to the specfile generator. @@ -284,6 +291,7 @@ fetchmail-5.2.1 (Sun Dec 19 23:08:53 EST 1999), 18330 lines: There are 282 people on fetchmail-friends and 479 on fetchmail-announce. +------------------------------------------------------------------------------ fetchmail-5.2.0 (Tue Nov 30 14:24:25 EST 1999), 18302 lines: * fetchmailconf now complains and exits gracefully when not run under X. * configure.in port patch for OpenBSD from Federico G. Schwindt. diff --git a/indexgen.sh b/indexgen.sh index 5c3b05b3..4f647046 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -2,8 +2,8 @@ # # indexgen.sh -- generate current version of fetchmail home page. # -goldvers="5.4.0" -goldname="5.4.0" +goldvers="5.5.0" +goldname="5.5.0" version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^ ]*\)/\1/p"` date=`date "+%d %b %Y"` |