commit ef7e1b630f5660ce2f77e2fa4ee8dcf6231016d5
parent 1b4f262aca1d67fdd1cea8ccbee09c03d23b1ab7
Author: tjg <tjg>
Date: Fri, 10 Dec 1999 11:55:04 +0000
Release: rc-1.6b2.
Diffstat:
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -659,3 +659,9 @@ Changes since rc-1.5b2
we still avoid creating names like `//tmp/foo'.
Bug: avoid a putative race condition in signal.c.
+
+ Documentation: extra parentheses around `~' and `!' expressions are
+ forbidden. Tom Duff's paper is not distributed with rc, but is
+ available on the web.
+
+ Release: rc-1.6b2.
diff --git a/README b/README
@@ -1,4 +1,4 @@
-This is beta release rc-1.6b1.
+This is beta release rc-1.6b2.
See COPYING for copying information. All files are
diff --git a/configure.ac b/configure.ac
@@ -8,7 +8,7 @@ dnl Automake stuff.
dnl Use this one for snapshots...
dnl AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`)
dnl ...and this one for releases
-AM_INIT_AUTOMAKE(rc, 1.6b1)
+AM_INIT_AUTOMAKE(rc, 1.6b2)
AM_CONFIG_HEADER(config.h)