From cf9e92677a18d1bc66c040068b2e666c651c7522 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 18 Dec 2019 15:29:40 -0500 Subject: [PATCH 1/3] update version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2522cfa9b..38bdbc8ddf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,6 +113,6 @@ deploy: on: tags: true prerelease: true - name: "Pre-release build of NetHack 3.6.3" - body: "This is an auto generated pre-release build of NetHack 3.6.3." + name: "Release build of NetHack 3.6.4" + body: "This is an auto generated Release build of NetHack 3.6.4." From cbfa58fe25c59148e3df23dea616ca7eb298ef87 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 18 Dec 2019 16:46:30 -0500 Subject: [PATCH 2/3] post-release --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/global.h b/include/global.h index a2b70d2587..5c02491c32 100644 --- a/include/global.h +++ b/include/global.h @@ -19,7 +19,7 @@ /* * Development status of this NetHack version. */ -#define NH_DEVEL_STATUS NH_STATUS_RELEASED +#define NH_DEVEL_STATUS NH_STATUS_POSTRELEASE #ifndef DEBUG /* allow tool chains to define without causing warnings */ #define DEBUG From 843bb5cfc9d542e75d2bd50f67945b0a2ab4ca7d Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 18 Dec 2019 16:49:55 -0500 Subject: [PATCH 3/3] landing spot for post-3.6.4 patches if needed This is a landing spot. --- doc/fixes36.5 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/fixes36.5 diff --git a/doc/fixes36.5 b/doc/fixes36.5 new file mode 100644 index 0000000000..d3e45ff39b --- /dev/null +++ b/doc/fixes36.5 @@ -0,0 +1,30 @@ +$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.0 $ $NHDT-Date: 1576705788 2019/12/18 21:49:48 $ + +This fixes36.5 file is here to capture information about updates in the 3.6.x +lineage following the release of 3.6.4 in December 2019. Please note, however, +that another 3.6.x release is not anticipated, and most developer +focus will shift to the next major release. + +General Fixes and Modified Features +----------------------------------- + + +Fixes to Post-3.6.4 Problems that Were Exposed Via git Repository +------------------------------------------------------------------ + + +Platform- and/or Interface-Specific Fixes or Features +----------------------------------------------------- + + +General New Features +-------------------- + + +NetHack Community Patches (or Variation) Included +------------------------------------------------- + + +Code Cleanup and Reorganization +------------------------------- +