maintainer-makefile: Print checksums by default.
authorSimon Josefsson <simon@josefsson.org>
Tue, 3 Aug 2021 15:16:42 +0000 (17:16 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 3 Aug 2021 15:16:42 +0000 (17:16 +0200)
* top/maint.mk (announcement): Drop --no-print-checksums.

ChangeLog
top/maint.mk

index 079a5b71cc6212ee6f1538b8834bac6baf1b6e66..cb65d202bd188364b8d1d792b28fd26cb4e4c534 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
        (print_checksums): Instead of MD5/SHA1, print SHA1 and
        B64(SHA256), inspired by OpenSSH announcements.
 
+       maintainer-makefile: Print checksums by default.
+       * top/maint.mk (announcement): Drop --no-print-checksums.
+
 2021-08-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        manywarnings: enable some malloc warnings
index 044254bdcb1a42b038e79dd903115afcc04f440e..6a3ea9606f388f0d0ee0003fb94ad8d1ba7a307a 100644 (file)
@@ -1426,7 +1426,6 @@ announcement: NEWS ChangeLog $(rel-files)
            --bootstrap-tools=$(bootstrap-tools)                        \
            $$(case ,$(bootstrap-tools), in (*,gnulib,*)                \
               echo --gnulib-version=$(gnulib-version);; esac)          \
-           --no-print-checksums                                        \
            $(addprefix --url-dir=, $(url_dir_list))
 
 .PHONY: release-commit