From 9e165b9e2a01d1c26bec44f15a6f7266b230bfad Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 25 Jan 2020 23:42:36 -0500 Subject: [PATCH] release prep bits --- README | 1 + dat/history | 2 +- doc/Guidebook.mn | 2 +- doc/Guidebook.tex | 2 +- include/patchlevel.h | 3 ++- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index 6ccd32e92..4bef8a91e 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ spoilers: * use vsnprintf instead of vsprintf in pline.c where possible * Windows: incldues a fix from a 3.6.4 post-release update where * OPTIONS=map_mode:fit_to_screen could cause a game start failure + * Windows: users with C-locale unmappable names could get game start failure - - - - - - - - - - - diff --git a/dat/history b/dat/history index 5c9f44a8e..5d1943614 100644 --- a/dat/history +++ b/dat/history @@ -226,7 +226,7 @@ fixes to NetHack 3.6.2. NetHack 3.6.4 was released on December 18, 2019 containing a security fix and a few bug fixes. -NetHack 3.6.5 was released in January, 2020 containing some security fixes +NetHack 3.6.5 was released on January 27, 2020 containing some security fixes and a small number of bug fixes. The official NetHack web site is maintained by Ken Lorber at diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index 8c1e67129..c30caa132 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -5161,7 +5161,7 @@ fixes to NetHack 3.6.2. NetHack 3.6.4 was released on December 18, 2019 containing a security fix and a few bug fixes. .pg -NetHack 3.6.5 was released in January, 2020 containing some security fixes +NetHack 3.6.5 was released on January 27, 2020 containing some security fixes and a small number of bug fixes. .pg The official NetHack web site is maintained by \fBKen Lorber\fP diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 5f8ffa9b1..de4742a6b 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -5770,7 +5770,7 @@ a few bug fixes. %.pg \medskip -NetHack 3.6.5 was released in January, 2020 containing some security fixes +NetHack 3.6.5 was released on January 27, 2020 containing some security fixes and a small number of bug fixes. %.pg diff --git a/include/patchlevel.h b/include/patchlevel.h index 1f208d380..2574291a6 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -36,7 +36,7 @@ /****************************************************************************/ /* Version 3.6.x */ -/* Patch 5, January ??, 2020 +/* Patch 5, January 27, 2020 * * fix accessing mons[-1] when trying to gate in a non-valid demon * fix accessing mons[-1] when monster figures out if a tin cures stoning @@ -49,6 +49,7 @@ * use vsnprintf instead of vsprintf in pline.c where possible * Windows: incldues a fix from a 3.6.4 post-release update where * OPTIONS=map_mode:fit_to_screen could cause a game start failure + * Windows: users with C-locale unmappable names could get game start failure */ /* Patch 4, December 18, 2019 -- 2.40.0