OSDN Git Service

upgrade to 3.6.7
[jnethack/source.git] / doc / fixes36.6
1 $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.4 $ $NHDT-Date: 1587039894 2020/04/16 12:24:54 $
2
3 fixes36.6 contains a terse summary of changes made to 3.6.5 in order to
4 produce 3.6.6 as well as any post-release fixes in binaries.
5
6
7 General Fixes and Modified Features
8 -----------------------------------
9 invalid status highlight color could be maliciously used to corrupt memory
10 formatting corpse names used internal buffers differently from formatting
11         other objects and could potentially clobber memory
12 avoid divide by 0 crash if 'bogusmon' (file of bogus monster types) is empty
13 avoid #wizrumorcheck crash if either 'rumors.tru' or 'rumors.fal' or both
14         were empty when makedefs built 'rumors'
15 avoid "<mon>'s glorkum pass harmlessly through the shade" for weaponless mon
16   
17
18 Platform- and/or Interface-Specific Fixes or Features
19 -----------------------------------------------------
20 teach unix/Makefile.doc how to make Guidebook.dat, an unpaginated copy of
21         Guidebook.txt
22
23
24 General New Features
25 --------------------
26 none