summaryrefslogtreecommitdiff
path: root/announce-gen
diff options
context:
space:
mode:
Diffstat (limited to 'announce-gen')
-rwxr-xr-xannounce-gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/announce-gen b/announce-gen
index a74c0020b..5bb15eda7 100755
--- a/announce-gen
+++ b/announce-gen
@@ -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