From: nasm-bot f. C. G. <gor...@gm...> - 2014-12-09 18:54:25
|
Commit-ID: 00590792fe2ede83db2f66a562d8fd837cfb1061 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=00590792fe2ede83db2f66a562d8fd837cfb1061 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Tue, 9 Dec 2014 21:52:09 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Tue, 9 Dec 2014 21:52:09 +0300 NASM 2.11.07 A few changes here - fix in VMOVNTPS 256 bit encoding - fix nil dereference in memory parsing code and access to uninitialized space when handling strings - fix processing of -MD option, the commit 599a982 was fixing one issue but occasionally broke visible command line api, leading to (for example) syslinux can't be built with previous version. There are some more bugs which are to be addressed but due to fix of -MD option we need to release update. Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 5abdbf8..7674aa7 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.11.06 +2.11.07 |