aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--NEWS4
-rwxr-xr-xindexgen.sh4
3 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 40b0d035..883ac083 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 5.2.9
+VERSION = 5.3.0
SUBDIRS = @INTLSUB@ @POSUB@
diff --git a/NEWS b/NEWS
index 12caa84d..d877bca9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
+fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines:
+
* Horst von Brand's improvements to the specfile generator.
* Joop Susan's improvements in error status reporting.
* Only emit progress dots when stdout is connected to a tty.
@@ -9,6 +11,8 @@
by Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>.
* Lexical analyzer now understands that -?[0-9]*[a-zA-Z] is not a number.
+There are 293 people on fetchmail-friends and 498 on fetchmail-announce.
+
fetchmail-5.2.8 (Mon Feb 14 19:16:46 EST 2000), 18571 lines:
* Attempted fix for Joop Susan's ENOTCONN bug.
diff --git a/indexgen.sh b/indexgen.sh
index 6c95ddd2..3bf10bdc 100755
--- a/indexgen.sh
+++ b/indexgen.sh
@@ -2,8 +2,8 @@
#
# indexgen.sh -- generate current version of fetchmail home page.
#
-goldvers="5.2.0"
-goldname="5.2.0"
+goldvers="5.3.0"
+goldname="5.3.0"
version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^ ]*\)/\1/p"`
date=`date "+%d %b %Y"`