]> granicus.if.org Git - nethack/commitdiff
release prep bits
authornhmall <nhmall@nethack.org>
Sun, 26 Jan 2020 04:42:36 +0000 (23:42 -0500)
committernhmall <nhmall@nethack.org>
Sun, 26 Jan 2020 04:42:36 +0000 (23:42 -0500)
README
dat/history
doc/Guidebook.mn
doc/Guidebook.tex
include/patchlevel.h

diff --git a/README b/README
index 6ccd32e92d017d3a21f57c8a23c603d082899274..4bef8a91ec1b0b649a29dd79bc29094a2bd6f596 100644 (file)
--- 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
 
                         - - - - - - - - - - -
 
index 5c9f44a8eaeb9a2fefdd40311ac468c29c98abcf..5d1943614476a65e5555efabab2bbdaed038a801 100644 (file)
@@ -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
index 8c1e6712902a97ed44fc3acdd08849ac964cb3a7..c30caa13209fbaec6465281f8fae8dd75f6594ff 100644 (file)
@@ -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
index 5f8ffa9b1913e47fa2f9b4e1fbf6f6c467d9adf1..de4742a6b62574f5299adb1a4bfe35566d958d58 100644 (file)
@@ -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
index 1f208d380b547bfa4b808a3b58a0fcea4bc16815..2574291a6581592a35974d59942791c09edf43fd 100644 (file)
@@ -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