]> Savannah Git Hosting - gnulib.git/commitdiff
useless-if-before-free: Add bug reporting address to --help.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 17 Jul 2024 02:15:10 +0000 (19:15 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 17 Jul 2024 02:15:10 +0000 (19:15 -0700)
* build-aux/useless-if-before-free (usage): Add bug reporting address.

ChangeLog
build-aux/useless-if-before-free

index 08322a3acaa887eeb696c0fd3f1f76514dd389a5..7bcb133557eab75f0608ad0b14970427ab17858f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-07-16  Collin Funk  <collin.funk1@gmail.com>
+
+       useless-if-before-free: Add bug reporting address to --help.
+       * build-aux/useless-if-before-free (usage): Add bug reporting address.
+
 2024-07-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        strnlen: port to Android 5.0 (API 21)
index 39ce39ab311668b302a844524460ad043385bec2..a90ced5d2d4ef09102c1c02bd70d4dfd934531d3 100755 (executable)
@@ -36,7 +36,7 @@
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2024-07-14 03:13'; # UTC
+my $VERSION = '2024-07-17 02:10'; # 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
@@ -98,6 +98,7 @@ and "kfree" calls in the linux kernel sources:
 
     git ls-files -z |xargs -0 $ME --name=kfree
 
+Send patches and bug reports to <bug-gnulib\@gnu.org>.
 EOF
     }
   exit $exit_code;