From: Todd C. Miller Date: Sun, 14 Jan 1996 20:22:48 +0000 (+0000) Subject: ++version X-Git-Tag: SUDO_1_4_0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84c4fd5149b15a1f7fa1d1acbd59620e55875f8e;p=sudo ++version --- diff --git a/INSTALL b/INSTALL index a33456480..252175db3 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -Installation instructions for CU sudo 1.3.8 -=========================================== +Installation instructions for CU sudo 1.4 +========================================= Sudo uses a `configure' script to probe the capabilities and type of the system in question. Please read this document fully before diff --git a/OPTIONS b/OPTIONS index 28617552d..b09f4d3fe 100644 --- a/OPTIONS +++ b/OPTIONS @@ -1,4 +1,4 @@ -The following options may be used to configure sudo 1.3.8 +The following options may be used to configure sudo 1.4 FQDN Define this if you want to put fully qualified hostnames in the sudoers diff --git a/README b/README index 39557a210..a6c167598 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the CU version of sudo, release 1.3.8 (GAMMA) +This is the CU version of sudo, release 1.4 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.8 represents a huge change from the 1.3.1 code base. +CU sudo 1.4 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 32c381234..d9e8dac88 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.8 + * CU sudo version 1.4 * * 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 8cd2654cb..8fe03cee6 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.8" +echo "Configuring CU Sudo version 1.4" dnl dnl Variables that get substituted in the Makefile dnl