diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-14 21:36:18 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-14 21:36:18 -0700 |
commit | 6d6c717fbaa5fceb546f9739fd49b0ebbc1bbb4d (patch) | |
tree | 979ea8b6d7e269fcea573accae8490a36a6ac572 /CHANGES | |
parent | 312445a3169f9e168d2bdbdda8ed13995c27e76b (diff) | |
download | nasm-6d6c717fbaa5fceb546f9739fd49b0ebbc1bbb4d.tar.gz nasm-6d6c717fbaa5fceb546f9739fd49b0ebbc1bbb4d.tar.bz2 nasm-6d6c717fbaa5fceb546f9739fd49b0ebbc1bbb4d.zip |
CHANGES: document changes from nasm-2.03
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2.03p1 (?) +------ +* Fix buffer overflow in the listing module. +* Fix the handling of hexadecimal escape codes in `...` strings. + 2.03 ---- * Add support for Intel AVX, CLMUL and FMA instructions, |