From fba33ff11c93be4fc3308e85f8d306d92b74d6de Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 12 Sep 1999 03:56:04 +0000 Subject: [PATCH] *** empty log message *** --- RELEASE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 56dce23fd..84d275b8a 100644 --- a/RELEASE +++ b/RELEASE @@ -73,7 +73,9 @@ Spiffing checklist: * Do a `cvs update -A', to get rid of any sticky tags in your working directory. * Check for files that have changed a lot, but do not have up-to-date - copyright notices. (It would be nice to have a script to do this...) + copyright notices. This can be as simple as doing: + grep 'Copyright' * | grep -v 1999 + and looking for files you know you've worked on a lot. * Make sure NEWS, INSTALL and the docs are up to date: + Scan the ChangeLogs for user-visible changes, marked with an asterisk at the left margin.