From: Todd C. Miller Date: Sun, 26 Sep 2004 16:35:58 +0000 (+0000) Subject: Crank version X-Git-Tag: SUDO_1_7_0~943 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22ad3cbc964904f4749505534b1cd94e081a5870;p=sudo Crank version --- diff --git a/BUGS b/BUGS index a95fae0c3..d986d2b55 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,4 @@ -Known bugs in sudo version 1.6.8 +Known bugs in sudo version 1.6.9 ================================ 1) Sudo should have an option to log when removing "dangerous" diff --git a/INSTALL b/INSTALL index 7be93a51a..f469c3714 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Installation instructions for Sudo 1.6.8 +Installation instructions for Sudo 1.6.9 ======================================== Sudo uses a `configure' script to probe the capabilities and type diff --git a/INSTALL.binary b/INSTALL.binary index e6b6b71c3..c26e870af 100644 --- a/INSTALL.binary +++ b/INSTALL.binary @@ -1,4 +1,4 @@ -Installation instructions for Sudo 1.6.8 (binary release) +Installation instructions for Sudo 1.6.9 (binary release) ========================================================= 0) If you are upgrading from a previous version of sudo diff --git a/Makefile.in b/Makefile.in index ce97acbb9..4f27ebc70 100644 --- a/Makefile.in +++ b/Makefile.in @@ -130,7 +130,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS) LIBOBJS = @LIBOBJS@ @ALLOCA@ -VERSION = 1.6.8p1 +VERSION = 1.6.9 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 225fb5a53..ba8a396ba 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Sudo version 1.6.8 +This is Sudo version 1.6.9 The sudo philosophy =================== diff --git a/configure.in b/configure.in index d3abdb23b..256d63aa0 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.8) +AC_INIT(sudo, 1.6.9) 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.8]) +AC_MSG_NOTICE([Configuring Sudo version 1.6.9]) dnl dnl Variables that get substituted in the Makefile and man pages dnl diff --git a/version.h b/version.h index ed149e98c..f9002ab36 100644 --- a/version.h +++ b/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.8p1"; +static const char version[] = "1.6.9"; #endif /* _SUDO_VERSION_H */