summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2021-08-03 17:16:42 +0200
committerSimon Josefsson <simon@josefsson.org>2021-08-03 17:16:42 +0200
commit3ace7783656f3e38b6db4e44881959116e581a2b (patch)
treefa5b670ef976f3b5e4c6c3f91647242dc733ffd2
parent4adae938b8dbe01750698109bcbf5f1c9eb045b1 (diff)
downloadgnulib-3ace7783656f3e38b6db4e44881959116e581a2b.tar.gz
maintainer-makefile: Print checksums by default.
* top/maint.mk (announcement): Drop --no-print-checksums.
-rw-r--r--ChangeLog3
-rw-r--r--top/maint.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 079a5b71cc..cb65d202bd 100644
--- 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
diff --git a/top/maint.mk b/top/maint.mk
index 044254bdcb..6a3ea9606f 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -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