diff options
Diffstat (limited to 'build-aux/announce-gen')
-rwxr-xr-x | build-aux/announce-gen | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen index 850619a..f9e2012 100755 --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -3,7 +3,7 @@ # Generate a release announcement message. -# Copyright (C) 2002-2023 Free Software Foundation, Inc. +# Copyright (C) 2002-2024 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2023-02-26 17:15'; # UTC +my $VERSION = '2023-12-29 18:26'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook @@ -545,7 +545,7 @@ EOF my $v0 = $prev_version; my $v1 = $curr_version; - (my $first_name = `git config --global user.name|cut -d' ' -f1`) + (my $first_name = `git config user.name|cut -d' ' -f1`) =~ m{\S} or die "no name? set user.name in ~/.gitconfig\n"; chomp (my $n_ci = `git rev-list "v$v0..v$v1" | wc -l`); @@ -570,10 +570,10 @@ $first_name [on behalf of the $package_name maintainers] ================================================================== Here is the GNU $package_name home page: - http://gnu.org/s/$package_name/ + https://gnu.org/s/$package_name/ For a summary of changes and contributors, see: - http://git.sv.gnu.org/gitweb/?p=$package_name.git;a=shortlog;h=v$v1 + https://git.sv.gnu.org/gitweb/?p=$package_name.git;a=shortlog;h=v$v1 or run this command from a git-cloned $package_name directory: git shortlog v$v0..v$v1 |