From c35139e9cebdfb63e2378c4514a92dc8f06f94b5 Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 13 Jan 2020 19:17:35 -0800 Subject: [PATCH] fixes36.5 --- doc/fixes36.5 | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/doc/fixes36.5 b/doc/fixes36.5 index e4bfd7949..7ce10f270 100644 --- a/doc/fixes36.5 +++ b/doc/fixes36.5 @@ -1,14 +1,13 @@ -$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.0 $ $NHDT-Date: 1576705788 2019/12/18 21:49:48 $ +$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.1 $ $NHDT-Date: 1578971847 2020/01/14 03:17:27 $ + +fixes36.5 contains a terse summary of changes made to 3.6.4 in order to +produce 3.6.5 as well as any post-release fixes in binaries. -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 ----------------------------------- have string_for_opt() return empty_optstr on failure -ensure existing callers of string_for_opt() check the return value before using it +ensure existing callers of string_for_opt() check return value before using it Fixes to Post-3.6.4 Problems that Were Exposed Via git Repository @@ -22,12 +21,5 @@ Windows OPTIONS=map_mode:fit_to_screen could cause a game start failure General New Features -------------------- - - -NetHack Community Patches (or Variation) Included -------------------------------------------------- - - -Code Cleanup and Reorganization -------------------------------- +none