]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 9 Jan 1996 17:57:06 +0000 (17:57 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 9 Jan 1996 17:57:06 +0000 (17:57 +0000)
BUGS
INSTALL
Makefile.in
OPTIONS
README
config.h.in
configure.in

diff --git a/BUGS b/BUGS
index 31fe3aa532dfe7de1e97814b3f17a3c42dd85d54..6c1ee94f78c1c149f8630fece34b066a02e48616 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Known bugs in sudo version 1.3.7
+Known bugs in sudo version 1.3.8
 ================================
 
 1) Sudo -l does not expand Command Aliases.
diff --git a/INSTALL b/INSTALL
index 1c634f4487c1a04afb5383da4f0f9c58fe59e6a2..a33456480f6cab3e60bee023d8847b0c20f8481a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for CU sudo 1.3.7
+Installation instructions for CU sudo 1.3.8
 ===========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
index e14cf67b227775d42d6c1e8772675de3ab780d7f..1e810aff90ccca7fa4fc0d01d578db3f28ef7ac9 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.3.7 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.3.8 (based on Root Group sudo version 1.1)
 #*
 #* This software comes with no waranty whatsoever, use at your own risk.
 #*
@@ -112,7 +112,7 @@ LIBOBJS = @TGETPASS@ @LIBOBJS@
 HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \
        ins_2001.h ins_classic.h ins_goons.h ins_csops.h
 
-VERSION = 1.3.7
+VERSION = 1.3.8
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
             PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \
diff --git a/OPTIONS b/OPTIONS
index 38b75db5bae476eec7c11088e3867d2261bdc891..28617552d88725d1e6d86ab0fcfe60882cd2a925 100644 (file)
--- a/OPTIONS
+++ b/OPTIONS
@@ -1,4 +1,4 @@
-The following options may be used to configure sudo 1.3.7
+The following options may be used to configure sudo 1.3.8
 
 FQDN
     Define this if you want to put fully qualified hostnames in the sudoers
diff --git a/README b/README
index 8a81e2cb1cd76ba4e0bb7a791bb14dbad156c168..39557a2107bf3f5da289ad62ba06204d488aaf73 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.3.7 (BETA)
+This is the CU version of sudo, release 1.3.8 (GAMMA)
 
 The sudo philosophy
 ===================
@@ -26,7 +26,7 @@ Group's sudo 1.1, the code has been changed significantly, so please
 do not bother them with bugs in CU sudo.  Bug reports for this sudo
 should be sent to sudo-bugs@cs.colorado.edu.
 
-CU sudo 1.3.7 represents a huge change from the 1.3.1 code base.
+CU sudo 1.3.8 represents a huge change from the 1.3.1 code base.
 It includes a completely rewritten parser contributed by Chris Jepeway,
 a smarter and easier to use visudo, an updated configure script along
 with the usual bug fixes and portability changes.  See the CHANGES file
index 42beaafef24313ba14a208cc918b09e1426e4546..32c3812341e192b55e52721aa066af4bec09feda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.7
+ *  CU sudo version 1.3.8
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 32dd1216b498f7ccec7a3ab846ffd8c905577465..8cd2654cb9178180fe620fc9098d1d03b46ac2bd 100644 (file)
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(config.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-echo "Configuring CU Sudo version 1.3.7"
+echo "Configuring CU Sudo version 1.3.8"
 dnl
 dnl Variables that get substituted in the Makefile
 dnl