Commit-ID: e3131143fa3654c85c46a6bbb75d6d4736e53459
Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=e3131143fa3654c85c46a6bbb75d6d4736e53459
Author: Cyrill Gorcunov <gor...@gm...>
AuthorDate: Tue, 9 Dec 2014 21:47:23 +0300
Committer: Cyrill Gorcunov <gor...@gm...>
CommitDate: Tue, 9 Dec 2014 21:47:23 +0300
doc: Update changes for 2.11.07
Signed-off-by: Cyrill Gorcunov <gor...@gm...>
---
doc/changes.src | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/doc/changes.src b/doc/changes.src
index b83738f..730205b 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -7,6 +7,18 @@
The NASM 2 series supports x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.11.07} Version 2.11.07
+
+\b Fix 256 bit \c{VMOVNTPS} instruction.
+
+\b Fix \c{-MD} option handling, which was rather broken in previous
+release changing command line api.
+
+\b Fix access to unitialized space when handling strings with
+a single grave.
+
+\b Fix nil dereference in handling memory reference parsing.
+
\S{cl-2.11.06} Version 2.11.06
\b Update AVX512 instructions based on the Extension Reference (319433-021 Sept
|