From 8cbed3877d17e8fcad15050721db4593db27c4da Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 18 Dec 2019 10:01:54 -0500 Subject: [PATCH 1/6] README bit --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index ae5eab50f..92214e246 100644 --- a/README +++ b/README @@ -5,9 +5,10 @@ which is a distant descendent of Rogue and Hack, and a direct descendent of NetHack 3.4 as there was no NetHack 3.5 release. NetHack 3.6.4 is the official release of NetHack that follows NetHack 3.6.3 -and contains all bug fixes since then, including one security-related -fix for a vulnerability potentially impacting 3.6.0, 3.6.1, 3.6.2, and 3.6.3. -The file doc/fixes36.4 in the source distribution has a full list of them. The +and contains all bug fixes since 3.6.3, including one security-related fix for +a vulnerability that affects NetHack versions 3.6.0, 3.6.1, 3.6.2, and 3.6.3. + +The file doc/fixes36.4 in the source distribution has a full list of fixes. The text in there was written for the development team's own use and is provided "as is", so please do not ask us to further explain the entries in that file. Some entries might be considered "spoilers", particularly in the "new features" From cf9e92677a18d1bc66c040068b2e666c651c7522 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 18 Dec 2019 15:29:40 -0500 Subject: [PATCH 2/6] update version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2522cfa9..38bdbc8dd 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 3/6] post-release --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/global.h b/include/global.h index a2b70d258..5c02491c3 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 4/6] 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 000000000..d3e45ff39 --- /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 +------------------------------- + From 27b4df6b185ede0e95e95b6795f38b3064cc9303 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 18 Dec 2019 17:23:17 -0500 Subject: [PATCH 5/6] .travis.yml update post-3.6.4 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 38bdbc8dd..31b52c922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,6 +113,5 @@ deploy: on: tags: true prerelease: true - name: "Release build of NetHack 3.6.4" - body: "This is an auto generated Release build of NetHack 3.6.4." - + name: "Pre-Release build of NetHack 3.6" + body: "This is an auto generated Pre-Release build of NetHack 3.6" From c122985a5122ecac2a0d67771131dd95d796d34c Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 18 Dec 2019 17:24:40 -0500 Subject: [PATCH 6/6] .travis.yml update --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bc277977..cc707bb88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -122,5 +122,5 @@ deploy: on: tags: true prerelease: true - name: "Pre-Release build of NetHack 3.6" - body: "This is an auto generated Pre-Release build of NetHack 3.6" + name: "Pre-Release build of NetHack 3.7.0" + body: "This is an auto generated Pre-Release build of NetHack 3.7.0"