-Installation instructions for CU sudo 1.4.1
+Installation instructions for CU sudo 1.4.2
===========================================
Sudo uses a `configure' script to probe the capabilities and type
#*
-#* CU sudo version 1.4.1 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.4.2 (based on Root Group sudo version 1.1)
#*
#* This software comes with no waranty whatsoever, use at your own risk.
#*
HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \
ins_2001.h ins_classic.h ins_goons.h ins_csops.h
-VERSION = 1.4.1
+VERSION = 1.4.2
DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \
-This is the CU version of sudo, release 1.4.1
+This is the CU version of sudo, release 1.4.2
The sudo philosophy
===================
do not bother them with bugs in CU sudo. Bug reports for this sudo
should be sent to sudo-bugs@cs.colorado.edu.
-CU sudo 1.4.1 represents a huge change from the 1.3.1 code base.
+CU sudo 1.4.2 represents a huge change from the 1.3.1 code base.
It includes a completely rewritten parser contributed by Chris Jepeway,
a smarter and easier to use visudo, an updated configure script along
with the usual bug fixes and portability changes. See the CHANGES file
dnl
dnl This won't work before AC_INIT()
dnl
-echo "Configuring CU Sudo version 1.4.1"
+echo "Configuring CU Sudo version 1.4.2"
dnl
dnl Variables that get substituted in the Makefile
dnl
#ifndef _SUDO_VERSION_H
#define _SUDO_VERSION_H
-static char version[] = "1.4.1";
+static char version[] = "1.4.2";
#endif /* _SUDO_VERSION_H */