commit bf3efc74d7ff94f6be05c5997a50f45e943e86ab
parent 4542440306ef58f1b2b766eefabb916d16810a05
Author: tjg <tjg>
Date: Wed, 12 May 1999 15:41:07 +0000
1.5b6
Diffstat:
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -581,3 +581,11 @@ Changes since rc-1.5b2
Bug: if we reset SIGCLD to SIG_DFL, we need to record the fact in the
sighandlers[] array.
+
+1999-05-12
+
+ Documentation: note that `$(a.b)' syntax only mostly works, and that
+ list definitions in exported functions are noisier than they need to
+ be.
+
+ Release: rc-1.5b6.
diff --git a/README b/README
@@ -1,4 +1,4 @@
-This is a beta release, rc-1.5b5.
+This is a beta release, rc-1.5b6.
See COPYING for copying information. All files are
diff --git a/configure.ac b/configure.ac
@@ -6,9 +6,9 @@ AC_DEFINE_UNQUOTED(RELDATE, "$RELDATE")
dnl Automake stuff.
dnl Use this one for snapshots...
-AM_INIT_AUTOMAKE(rc, 1.5s`echo $RELDATE |sed 's/-//g'`)
+dnl AM_INIT_AUTOMAKE(rc, 1.5s`echo $RELDATE |sed 's/-//g'`)
dnl ...and this one for releases
-dnl AM_INIT_AUTOMAKE(rc, 1.5b6)
+AM_INIT_AUTOMAKE(rc, 1.5b6)
AM_CONFIG_HEADER(config.h)