]> granicus.if.org Git - sudo/commitdiff
updated version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 Sep 1998 16:28:57 +0000 (16:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 Sep 1998 16:28:57 +0000 (16:28 +0000)
BUGS
INSTALL
README
configure.in

diff --git a/BUGS b/BUGS
index c6a1ec92eb86dce4bb3a291396e1a608ddc307d1..c67d21b9291a27772c5460e21cb463f2e8c728b9 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Known bugs in sudo version 1.5.6
+Known bugs in sudo version 1.5.7
 ================================
 
 1) "make install-man" should substitute correct paths into the
diff --git a/INSTALL b/INSTALL
index 02807f518b97c8c4fe1679fd4d5d10eb8e85a4a3..60b4dcf05c604ac77ca680e5c04e406e84f38104 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for CU sudo 1.5.6
+Installation instructions for CU sudo 1.5.7
 ===========================================
 
 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
 ========================================
-By default, sudo 1.5.6 expects the sudoers file to be mode 0440 and
+By default, sudo 1.5.7 expects the sudoers file to be mode 0440 and
 to be owned by user and group 0.  This differs from version 1.4 and
 below which expected the sudoers file to be mode 0400 and to be
 owned by root.  Doing a `make install' will set the sudoers file
-to the new mode and group.  If sudo 1.5.6 encounters a sudoers file
+to the new mode and group.  If sudo 1.5.7 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 636bd6c8161149bd7dea8299fd898284838dc571..10bb1b6bc0da33f318ca8642b64914d2d5a53711 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.5.6
+This is the CU version of sudo, release 1.5.7
 
 The sudo philosophy
 ===================
index d5326c6483bfc15ebc4272c49b31e670cab1e9f9..4aa3218bb52fc3259e733253691fcbf6ee27980f 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.6"
+echo "Configuring CU Sudo version 1.5.7"
 dnl
 dnl Variables that get substituted in the Makefile
 dnl