summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-29 10:51:51 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-29 10:51:51 -0700
commit7714ced1d9cda9a7903dadfa7e115afcfc11cc0e (patch)
tree4f1bdcd251b4f39904adc3a61762b651ad2a62cd
parent9a65f71d64d037092025c1e6ef051b1167a725a9 (diff)
downloadnasm-7714ced1d9cda9a7903dadfa7e115afcfc11cc0e.tar.gz
doc/changes.src: document -W/-w fix as a NASM 2.05.01 feature.
Make -W/-w fix a release note for NASM 2.05.01. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--doc/changes.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index d546b398..2fce8c15 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -8,6 +8,11 @@ The NASM 2 series support x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.05.01} Version 2.05.01
+
+\b Fix the \c{-w}/\c{-W} option parsing, which was broken in NASM 2.05.
+
+
\S{cl-2.05} Version 2.05
\b Fix redundant REX.W prefix on \c{JMP reg64}.