]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Apr 1998 03:39:23 +0000 (03:39 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Apr 1998 03:39:23 +0000 (03:39 +0000)
BUGS
INSTALL
README
configure.in

diff --git a/BUGS b/BUGS
index f81660856d60586149eed3f7b523a1a94c2d2976..4540442797a21011226567f8d83b5b8f0bb49f5a 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Known bugs in sudo version 1.5.5
+Known bugs in sudo version 1.5.6
 ================================
 
 1) "make install-man" should substitute correct paths into the
diff --git a/INSTALL b/INSTALL
index 2ed463022fd9d3608c5939f2b041f4b2322382a6..3cae4ebe70abd7b93bb8a22b6fd44464b40e5460 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for CU sudo 1.5.5
+Installation instructions for CU sudo 1.5.6
 ===========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
@@ -62,11 +62,11 @@ For most systems and configurations it is possible simply to:
 
 Notes on upgrading from an older release
 ========================================
-Sudo 1.5.5 expects the sudoers file to have different permissions
+Sudo 1.5.6 expects the sudoers file to have different permissions
 (mode 0440) and be owned by user and group 0.  This differs from
 version 1.4 and below which expected the sudoers file to be owned
 by root and mode 0400.  Doing a `make install' will set the sudoers
-file to the new mode and group.  If sudo 1.5.5 encounters a sudoers
+file to the new mode and group.  If sudo 1.5.6 encounters a sudoers
 file with the old permissions it will attempt to update it to the
 new scheme.  You cannot, however, use a sudoers file with the new
 permissions with an old sudo binary.  It is suggested that if have
diff --git a/README b/README
index c8fdf5400019b6b7a9a406ea99db6f6f44617cc2..abd51c148e3b8de33f8a40cb9904da89c0548b2c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.5.5
+This is the CU version of sudo, release 1.5.6
 
 The sudo philosophy
 ===================
index ac33ec4fea832f230ff167f993744260e5050249..6e9edba39c52c2ebeeb982f103ab3ff64ad44cbd 100644 (file)
@@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-echo "Configuring CU Sudo version 1.5.5"
+echo "Configuring CU Sudo version 1.5.6"
 dnl
 dnl Variables that get substituted in the Makefile
 dnl