From 2e5f22f306e4262943fc494ce9202e84b8e3fee5 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 17 May 2002 16:41:17 +0000 Subject: [PATCH] Update CHANGES with the current changes for 0.98.32 --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES b/CHANGES index 55792a69..c895d7b8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +0.98.32 +------- + +* Fix NASM crashing when %macro directives were left unterminated. +* Lots of documentation updates. +* Complete rewrite of the PostScript/PDF documentation generator. +* The MS Visual C++ Makefile was updated and corrected. +* Recognize .rodata as a standard section name in ELF. + + 0.98.31 ------- @@ -8,6 +18,7 @@ * New %ifmacro directive to test for multiline macros. * Documentation updates. * Fixes for 16-bit OBJ format output. +* Changed the NASM environment variable to NASMENV. 0.98.30