diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 9de65026b..9895169cc 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -2440,6 +2440,8 @@ Unix: re-do command line parsing Unix: add ../include/nhlua.h to the alloc.o dependencies in Makefile.utl to match Makefile.src Unix: implement SELF_RECOVER compile-time option, on by default on linux +Unix: allow build to succeed with musl (instead of glibc), by specifying + musl=1 on the make command line user_sounds: move the message hook from inside individual window display ports to the core where it allows MSGTYP_NOSHOW msgtyp's to still trigger sounds to correct a reported github issue; also fixes a past reported