commit 31b3400165654188894b35dcf43ede44dc7e553e
parent e8120f8f2372162fa02ccb7120758aaade587b5e
Author: tjg <tjg>
Date: Wed, 10 Nov 1999 14:55:51 +0000
1999-11-10
Release: rc-1.6b1.
Diffstat:
4 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -638,6 +638,10 @@ Changes since rc-1.5b2
don't export `path'.
Portability: add /usr/bsd to default default path.
-
+
Documentation: failing to search $path for a `.' command is at least
an incompatibility with Tenth Edition rc, and probably a bug.
+
+1999-11-10
+
+ Release: rc-1.6b1.
diff --git a/README b/README
@@ -1,4 +1,4 @@
-This is a snapshot release; the last full release was rc-1.6.
+This is beta release rc-1.6b1.
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.6s`echo $RELDATE |sed 's/-//g'`)
+dnl AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`)
dnl ...and this one for releases
-dnl AM_INIT_AUTOMAKE(rc, 1.7)
+AM_INIT_AUTOMAKE(rc, 1.6b1)
AM_CONFIG_HEADER(config.h)
diff --git a/rc.1 b/rc.1
@@ -161,7 +161,7 @@
.if !"\\$4"" .Xf \\$2 \\$1 "\\$3\\f\\$1\\$4\\*(Xi" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
.if "\\$4"" \\$3\fR\s10
..
-.TH RC 1 "1999-10-14"
+.TH RC 1 "1999-11-10"
.SH NAME
rc \- shell
.SH SYNOPSIS