From: Todd C. Miller <Todd.Miller@courtesan.com>
Date: Wed, 21 Jul 2010 19:00:14 +0000 (-0400)
Subject: Rename WHATSNEW -> NEWS
X-Git-Tag: SUDO_1_8_0~347
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a72965e64c1fe7bba68c0c3d2f041090539d4878;p=sudo

Rename WHATSNEW -> NEWS
---

diff --git a/MANIFEST b/MANIFEST
index ca4a27692..b2f0d42e2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,9 +3,9 @@ INSTALL
 INSTALL.configure
 MANIFEST
 Makefile.in
+NEWS
 README
 README.LDAP
-WHATSNEW
 aclocal.m4
 common/Makefile.in
 common/aix.c
diff --git a/WHATSNEW b/NEWS
similarity index 100%
rename from WHATSNEW
rename to NEWS
diff --git a/README b/README
index 8a8d8009d..d3625c9e2 100644
--- a/README
+++ b/README
@@ -21,9 +21,10 @@ the `sudo-workers' mailing list you will get the BETA announcements
 
 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
-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
 the UPGRADE file in the doc directory.
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 777f50f6a..a4a066459 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -63,7 +63,7 @@ DOCS =	sudo.man visudo.man sudoers.man sudoers.ldap.man sudoers.man \
 @DEV@		$(srcdir)/HISTORY $(srcdir)/LICENSE
 
 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.*
 
 OTHER_DOCS_LDAP= $(top_srcdir)/README.LDAP $(srcdir)/schema.*
diff --git a/doc/UPGRADE b/doc/UPGRADE
index b4ffa7a73..8d4740da9 100644
--- a/doc/UPGRADE
+++ b/doc/UPGRADE
@@ -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
     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.
 
 o Upgrading from a version prior to 1.6.9: