2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Rename WHATSNEW -> NEWS

This commit is contained in:
Todd C. Miller 2010-07-21 15:00:14 -04:00
parent 3f2263ae4c
commit a72965e64c
5 changed files with 6 additions and 5 deletions

View File

@ -3,9 +3,9 @@ INSTALL
INSTALL.configure INSTALL.configure
MANIFEST MANIFEST
Makefile.in Makefile.in
NEWS
README README
README.LDAP README.LDAP
WHATSNEW
aclocal.m4 aclocal.m4
common/Makefile.in common/Makefile.in
common/aix.c common/aix.c

View File

5
README
View File

@ -21,9 +21,10 @@ the `sudo-workers' mailing list you will get the BETA announcements
What's new What's new
========== ==========
See the WHATSNEW file for a list of major changes in this release. See the NEWS file for a list of major changes in this release.
For a complete list of changes, see the ChangeLog file. For a For a complete list of changes, see the ChangeLog file. For a
summary, see the web page, http://www.sudo.ws/sudo/. summary of major changes to the current stable release, see the web
page, http://www.sudo.ws/sudo/stable.html.
If you are upgrading from an earlier version of Sudo, please see If you are upgrading from an earlier version of Sudo, please see
the UPGRADE file in the doc directory. the UPGRADE file in the doc directory.

View File

@ -63,7 +63,7 @@ DOCS = sudo.man visudo.man sudoers.man sudoers.ldap.man sudoers.man \
@DEV@ $(srcdir)/HISTORY $(srcdir)/LICENSE @DEV@ $(srcdir)/HISTORY $(srcdir)/LICENSE
OTHER_DOCS= $(top_srcdir)/ChangeLog $(top_srcdir)/README \ OTHER_DOCS= $(top_srcdir)/ChangeLog $(top_srcdir)/README \
$(top_srcdir)/WHATSNEW $(srcdir)/HISTORY $(srcdir)/LICENSE \ $(top_srcdir)/NEWS $(srcdir)/HISTORY $(srcdir)/LICENSE \
$(srcdir)/TROUBLESHOOTING $(srcdir)/UPGRADE $(srcdir)/sample.* $(srcdir)/TROUBLESHOOTING $(srcdir)/UPGRADE $(srcdir)/sample.*
OTHER_DOCS_LDAP= $(top_srcdir)/README.LDAP $(srcdir)/schema.* OTHER_DOCS_LDAP= $(top_srcdir)/README.LDAP $(srcdir)/schema.*

View File

@ -53,7 +53,7 @@ o Upgrading from a version prior to 1.7.0:
in sudo's ldap.conf unless ldap.conf references a valid certificate in sudo's ldap.conf unless ldap.conf references a valid certificate
authority file(s). authority file(s).
Please also see the WHATSNEW file for a list of new features in Please also see the NEWS file for a list of new features in
sudo 1.7.0. sudo 1.7.0.
o Upgrading from a version prior to 1.6.9: o Upgrading from a version prior to 1.6.9: