From 6e0dec332663c90efe134e1d5ad85dcc06614ec3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 9 Jan 1996 17:57:06 +0000 Subject: [PATCH] ++version --- BUGS | 2 +- INSTALL | 2 +- Makefile.in | 4 ++-- OPTIONS | 2 +- README | 4 ++-- config.h.in | 2 +- configure.in | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BUGS b/BUGS index 31fe3aa53..6c1ee94f7 100644 --- 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 1c634f448..a33456480 100644 --- 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 diff --git a/Makefile.in b/Makefile.in index e14cf67b2..1e810aff9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 38b75db5b..28617552d 100644 --- 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 8a81e2cb1..39557a210 100644 --- 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 diff --git a/config.h.in b/config.h.in index 42beaafef..32c381234 100644 --- a/config.h.in +++ b/config.h.in @@ -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 diff --git a/configure.in b/configure.in index 32dd1216b..8cd2654cb 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.40.0