From: Jim Meyering Date: Fri, 14 Mar 2003 09:44:59 +0000 (+0000) Subject: (main): Label the compressed source URLs. X-Git-Tag: v4.5.11~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1064596b4a3ff1a969522e87dccc88f611408d5;p=thirdparty%2Fcoreutils.git (main): Label the compressed source URLs. --- diff --git a/announce-gen b/announce-gen index b08d3a2b98..834d33a662 100755 --- a/announce-gen +++ b/announce-gen @@ -6,7 +6,7 @@ use Getopt::Long; use Digest::MD5; use Digest::SHA1; -(my $VERSION = '$Revision: 1.11 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.12 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; my %valid_release_types = map {$_ => 1} qw (alpha beta major); @@ -117,7 +117,7 @@ sub print_changelog_deltas ($$) # Remove leading `./'. @reordered = map { s!^\./!!; $_ } @reordered; - print "ChangeLog entries:\n"; + print "ChangeLog entries:\n\n"; # print join ("\n", @reordered), "\n"; $prev_version =~ s/\./_/g; @@ -232,6 +232,7 @@ FIXME: put comments here EOF + print "Here are the compressed sources:\n"; foreach my $url (@url_dir_list) { print " $url/$tgz ($size{$tgz})\n";