]> granicus.if.org Git - sudo/commitdiff
Rename WHATSNEW -> NEWS
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 21 Jul 2010 18:57:41 +0000 (14:57 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 21 Jul 2010 18:57:41 +0000 (14:57 -0400)
--HG--
branch : 1.7

Makefile.in
NEWS [moved from WHATSNEW with 100% similarity]
README
UPGRADE

index 5d0ec8db73584738d3735b528d6050d696cd7a8a..1a6ad352aa7d43bcec950685e62f479896f973a2 100644 (file)
@@ -152,8 +152,8 @@ VERSION = @PACKAGE_VERSION@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
 DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \
-           LICENSE Makefile.in PORTING README README.LDAP TROUBLESHOOTING \
-           UPGRADE WHATSNEW aclocal.m4 aixcrypt.exp config.guess \
+           LICENSE Makefile.in NEWS PORTING README README.LDAP =
+           TROUBLESHOOTING UPGRADE aclocal.m4 aixcrypt.exp config.guess \
            config.h.in config.sub configure configure.in def_data.in \
            indent.pro install-sh ltmain.sh m4 mkdefaults mkinstalldirs \
            mkpkg pathnames.h.in pp sample.pam sample.syslog.conf \
@@ -499,7 +499,7 @@ install-sudoers: install-dirs
                $(srcdir)/sudoers $(DESTDIR)$(sudoersdir)/sudoers
 
 install-doc: install-dirs ChangeLog
-       (cd $(srcdir) && for f in ChangeLog HISTORY LICENSE README TROUBLESHOOTING UPGRADE WHATSNEW sample.*; do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done)
+       (cd $(srcdir) && for f in ChangeLog HISTORY LICENSE NEWS README TROUBLESHOOTING UPGRADE sample.*; do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done)
        @LDAP@(cd $(srcdir) && for f in README.LDAP schema.* sudoers2ldif; do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done)
        $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/sudo.$(mantype) $(DESTDIR)$(mandirsu)/sudo.$(mansectsu)
        @rm -f $(DESTDIR)$(mandirsu)/sudoedit.$(mansectsu)
diff --git a/WHATSNEW b/NEWS
similarity index 100%
rename from WHATSNEW
rename to NEWS
diff --git a/README b/README
index 90860c47c018993f810462da7d586858dcf13769..4f6f454f7c4ebc8a9ceaee1c88294b395413526c 100644 (file)
--- 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.
diff --git a/UPGRADE b/UPGRADE
index b4ffa7a7330b68dbade1344070bb597fad4a4e5e..8d4740da99328eb1fc8967c8db3e852500f87ce3 100644 (file)
--- a/UPGRADE
+++ b/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: