From 495cc83f44b30ce37e1d2bb89c3b743ae86a20ba Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 26 Oct 2014 14:57:58 +0000 Subject: [PATCH] RELEASE-CHECKLIST: Updates used during release of 1.5.0~rc1 --- RELEASE-CHECKLIST | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index d2fb527..3ca69a9 100755 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -7,12 +7,18 @@ # * Maybe update MAJOR and/or MINOR in common.make.in # * Update DISTVERSION in Makefile.in # * Update ADNS_VERSION_STRING in client/client.h +# * Update version in ./changelog +# * Commit the result # # * Run this script # ./RELEASE-CHECKLIST [--real] # # * On chiark, maybe, replace ~ian/public-html/adns/current -# with symlink to web-$(version) (as directed by script) +# with symlink to web-$(version) +# +# * On chiark, maybe, replace docs link (as directed by script) +# +# * If not an rc release, put files on ftp.gnu.org # # * Send release announcement (use last one as template) # @@ -45,8 +51,8 @@ wx () { if $real; then x "$@"; else echo "WOULD: $*"; fi; } x git clean -xdff x ./configure -x make -j4 -x make check +x make -j6 +x make check -j6 x make dist rm -rf web x make web-install -- 2.11.0