2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

version = 1.5

This commit is contained in:
Todd C. Miller
1996-08-25 17:31:47 +00:00
parent 56405a97e6
commit 53e6e6ec4c
6 changed files with 9 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
Installation instructions for CU sudo 1.4.5 Installation instructions for CU sudo 1.5
=========================================== ===========================================
Sudo uses a `configure' script to probe the capabilities and type Sudo uses a `configure' script to probe the capabilities and type

View File

@@ -1,5 +1,5 @@
#* #*
#* CU sudo version 1.4.4 (based on Root Group sudo version 1.1) #* CU sudo version 1.5 (based on Root Group sudo version 1.1)
#* #*
#* This software comes with no waranty whatsoever, use at your own risk. #* This software comes with no waranty whatsoever, use at your own risk.
#* #*
@@ -112,7 +112,7 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@
HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \ 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 ins_2001.h ins_classic.h ins_goons.h ins_csops.h
VERSION = 1.4.5 VERSION = 1.5
DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \ PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \

9
README
View File

@@ -1,4 +1,4 @@
This is the CU version of sudo, release 1.4.5 This is the CU version of sudo, release 1.5
The sudo philosophy The sudo philosophy
=================== ===================
@@ -26,11 +26,8 @@ Group's sudo 1.1, the code has been changed significantly, so please
do not bother them with bugs in CU sudo. Bug reports for this sudo do not bother them with bugs in CU sudo. Bug reports for this sudo
should be sent to sudo-bugs@cs.colorado.edu. should be sent to sudo-bugs@cs.colorado.edu.
CU sudo 1.4.5 represents a huge change from the 1.3.x code base. For a complete list of changes, see the CHANGES file. For a summary,
It includes a completely rewritten parser contributed by Chris Jepeway, see the web page, http://www.cs.colorado.edu/~millert/sudo.
a smarter and easier to use visudo, an updated configure script along
with the usual bug fixes and portability changes. See the CHANGES file
for the full scoop.
System requirements System requirements
=================== ===================

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.4 * CU sudo version 1.5
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h)
dnl dnl
dnl This won't work before AC_INIT() dnl This won't work before AC_INIT()
dnl dnl
echo "Configuring CU Sudo version 1.4.5" echo "Configuring CU Sudo version 1.5"
dnl dnl
dnl Variables that get substituted in the Makefile dnl Variables that get substituted in the Makefile
dnl dnl

View File

@@ -23,6 +23,6 @@
#ifndef _SUDO_VERSION_H #ifndef _SUDO_VERSION_H
#define _SUDO_VERSION_H #define _SUDO_VERSION_H
static char version[] = "1.4.5"; static char version[] = "1.5";
#endif /* _SUDO_VERSION_H */ #endif /* _SUDO_VERSION_H */