summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-17 16:41:17 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-17 16:41:17 +0000
commit2e5f22f306e4262943fc494ce9202e84b8e3fee5 (patch)
tree06183e24a60460531d68b533a6a28dc3df3deb55 /CHANGES
parentfa6362683bd4a395e07d5682e56b85080b6cc4b7 (diff)
downloadnasm-2e5f22f306e4262943fc494ce9202e84b8e3fee5.tar.gz
nasm-2e5f22f306e4262943fc494ce9202e84b8e3fee5.tar.bz2
nasm-2e5f22f306e4262943fc494ce9202e84b8e3fee5.zip
Update CHANGES with the current changes for 0.98.32
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 55792a6..c895d7b 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