]> granicus.if.org Git - sudo/commitdiff
version 1.7
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Feb 2005 21:46:11 +0000 (21:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Feb 2005 21:46:11 +0000 (21:46 +0000)
BUGS
INSTALL
INSTALL.binary
Makefile.in
README
configure.in

diff --git a/BUGS b/BUGS
index 4d7e4d8920ee84142db5bc07b5a175ac5f746196..03bb1d044c1c87ebb44635d753ddcd947b437624 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
-Known bugs in sudo version 1.6.9
-================================
+Known bugs in sudo version 1.7
+==============================
 
 1) Sudo should have an option to log when removing "dangerous"
    environment variables.
diff --git a/INSTALL b/INSTALL
index c59e636151392eed3f44c8e63a6ba4d923378e71..4155d80d3321806dad286a271811d11120088647 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
-Installation instructions for Sudo 1.6.9
-========================================
+Installation instructions for Sudo 1.7
+======================================
 
 Sudo uses a `configure' script to probe the capabilities and type
 of the system in question.  In this release, `configure' takes many
index c26e870afb8b193947576c0d4dd9fa745ac95b8e..21de26a616771eb014db49d3698b99032177adeb 100644 (file)
@@ -1,5 +1,5 @@
-Installation instructions for Sudo 1.6.9 (binary release)
-=========================================================
+Installation instructions for Sudo 1.7 (binary release)
+=======================================================
 
     0) If you are upgrading from a previous version of sudo
        please read the info in the UPGRADE file before proceeding.
index fdd2a8358f4b83e8a1eb6a08e0f8f08ceb6774de..1c67f51c5efd7356fbb6c34ad51cd779bfad433f 100644 (file)
@@ -133,7 +133,7 @@ TEST_OBJS = interfaces.o testsudoers.o tsgetgrpw.o tspwutil.o $(COMMON_OBJS)
 
 LIB_OBJS = @LIBOBJS@ @ALLOCA@
 
-VERSION = 1.6.9
+VERSION = 1.7
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \
            LICENSE Makefile.in PORTING README README.LDAP RUNSON TODO \
diff --git a/README b/README
index ba8a396ba582f6bbb3471c28bd2d05ec9bc0b0fb..29be8476eb99c690d3d423e7f670865271636563 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Sudo version 1.6.9
+This is Sudo version 1.7
 
 The sudo philosophy
 ===================
index c5042f5dd8a3eb6f7a0bd449f427b3d9e16a6a3c..32f7684bc5b08541f458fbbe63edb1d9a4a90bda 100644 (file)
@@ -4,12 +4,12 @@ dnl $Sudo$
 dnl
 dnl Copyright (c) 1994-1996,1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
 dnl
-AC_INIT(sudo, 1.6.9)
+AC_INIT(sudo, 1.7)
 AC_CONFIG_HEADER(config.h pathnames.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-AC_MSG_NOTICE([Configuring Sudo version 1.6.9])
+AC_MSG_NOTICE([Configuring Sudo version 1.7])
 dnl
 dnl Variables that get substituted in the Makefile and man pages
 dnl