]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comments
authorJim Meyering <jim@meyering.net>
Sat, 22 Feb 2003 16:31:12 +0000 (16:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Feb 2003 16:31:12 +0000 (16:31 +0000)
announce-gen

index a74c0020bcbd51f68ec47904c17f9cdbd2e63af6..5bb15eda7ca1f924b1fbee52976bec8f6eb35c84 100755 (executable)
@@ -6,7 +6,7 @@ use Getopt::Long;
 use Digest::MD5;
 use Digest::SHA1;
 
-(my $VERSION = '$Revision: 1.7 $ ') =~ tr/[0-9].//cd;
+(my $VERSION = '$Revision: 1.8 $ ') =~ tr/[0-9].//cd;
 (my $ME = $0) =~ s|.*/||;
 
 END
@@ -223,7 +223,7 @@ EOF
        or die "$ME: $news_file: no matching lines\n";
     }
 
-  # FIXME: depend on whether it's a test release
+  # FIXME: Print ChangeLog entries only for test releases
   # echo ChangeLog entries:;
   # find . -name ChangeLog -maxdepth 2
   #   | xargs $(CVS) diff -up -r$(prev-cvs-tag) -rHEAD