From: Todd C. Miller Date: Sat, 12 Feb 2005 21:46:11 +0000 (+0000) Subject: version 1.7 X-Git-Tag: SUDO_1_7_0~706 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd6a11b81455fec25bc6d5794c9e62721a032870;p=sudo version 1.7 --- diff --git a/BUGS b/BUGS index 4d7e4d892..03bb1d044 100644 --- 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 c59e63615..4155d80d3 100644 --- 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 diff --git a/INSTALL.binary b/INSTALL.binary index c26e870af..21de26a61 100644 --- a/INSTALL.binary +++ b/INSTALL.binary @@ -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. diff --git a/Makefile.in b/Makefile.in index fdd2a8358..1c67f51c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 ba8a396ba..29be8476e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Sudo version 1.6.9 +This is Sudo version 1.7 The sudo philosophy =================== diff --git a/configure.in b/configure.in index c5042f5dd..32f7684bc 100644 --- a/configure.in +++ b/configure.in @@ -4,12 +4,12 @@ dnl $Sudo$ dnl dnl Copyright (c) 1994-1996,1998-2004 Todd C. Miller 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