+2023-02-26 Jim Meyering <meyering@fb.com>
+
+ announce-gen: spell OpenBSD with a capital "O"
+ * build-aux/announce-gen (print_checksums): Capitalize
+ the "O" in OpenBSD, as suggested by Bruno Haible.
+
2023-02-26 Bruno Haible <bruno@clisp.org>
dfa: Avoid warnings with some Apple clang versions.
eval 'exec perl -wSx "$0" "$@"'
if 0;
-my $VERSION = '2023-02-25 21:13'; # UTC
+my $VERSION = '2023-02-26 17:15'; # 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
print ' ', digest_file_base64_wrap ($f, "SHA-256"), " $f\n";
}
print "\nVerify the base64 SHA256 checksum with cksum -a sha256 --check\n";
- print "from coreutils-9.2 or openBSD's cksum since 2007.\n\n";
+ print "from coreutils-9.2 or OpenBSD's cksum since 2007.\n\n";
}
=item C<print_news_deltas ($news_file, $prev_version, $curr_version)