crank version to 1.6.6
This commit is contained in:
2
BUGS
2
BUGS
@@ -1,4 +1,4 @@
|
||||
Known bugs in sudo version 1.6.5
|
||||
Known bugs in sudo version 1.6.6
|
||||
================================
|
||||
|
||||
1) Sudo should have an option to log when removing "dangerous"
|
||||
|
2
INSTALL
2
INSTALL
@@ -1,4 +1,4 @@
|
||||
Installation instructions for Sudo 1.6.5
|
||||
Installation instructions for Sudo 1.6.6
|
||||
========================================
|
||||
|
||||
Sudo uses a `configure' script to probe the capabilities and type
|
||||
|
@@ -138,7 +138,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS)
|
||||
|
||||
LIBOBJS = @LIBOBJS@ @ALLOCA@
|
||||
|
||||
VERSION = 1.6.5
|
||||
VERSION = 1.6.6
|
||||
|
||||
DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \
|
||||
LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \
|
||||
|
@@ -4,12 +4,12 @@ dnl $Sudo$
|
||||
dnl
|
||||
dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||
dnl
|
||||
AC_INIT(sudo, 1.6.5)
|
||||
AC_INIT(sudo, 1.6.6)
|
||||
AC_CONFIG_HEADER(config.h pathnames.h)
|
||||
dnl
|
||||
dnl This won't work before AC_INIT()
|
||||
dnl
|
||||
echo "Configuring Sudo version 1.6.5"
|
||||
echo "Configuring Sudo version 1.6.6"
|
||||
dnl
|
||||
dnl Variables that get substituted in the Makefile and man pages
|
||||
dnl
|
||||
|
Reference in New Issue
Block a user