From: Jim Meyering Date: Sat, 22 Feb 2003 16:30:39 +0000 (+0000) Subject: tweak comments X-Git-Tag: v4.5.9~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=862609b1ec3b7205182f58097d163f5e747e75a0;p=thirdparty%2Fcoreutils.git tweak comments --- diff --git a/announce-gen b/announce-gen index 5239949f6f..a74c0020bc 100755 --- a/announce-gen +++ b/announce-gen @@ -6,7 +6,7 @@ use Getopt::Long; use Digest::MD5; use Digest::SHA1; -(my $VERSION = '$Revision: 1.6 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.7 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; END @@ -224,9 +224,6 @@ EOF } # FIXME: depend on whether it's a test release - # sed -n "$news-r1),$news-r2)p" NEWS - # | grep -v '^\['; - # echo; # echo ChangeLog entries:; # find . -name ChangeLog -maxdepth 2 # | xargs $(CVS) diff -up -r$(prev-cvs-tag) -rHEAD