From: nasm-bot f. H. P. A. <hp...@li...> - 2016-02-27 04:51:37
|
Commit-ID: a85060520a68300c7883c82178ff35eef0e0a402 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=a85060520a68300c7883c82178ff35eef0e0a402 Author: H. Peter Anvin <hp...@li...> AuthorDate: Fri, 26 Feb 2016 20:47:45 -0800 Committer: H. Peter Anvin <hp...@li...> CommitDate: Fri, 26 Feb 2016 20:47:45 -0800 changes.src: document Win64 build Signed-off-by: H. Peter Anvin <hp...@li...> --- doc/changes.src | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index 94ddb9c..c6738b9 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -40,6 +40,8 @@ since 2007. \b Line numbers in list files now correspond to the lines in the source files, instead of simply being sequential. +\b There is now an official 64-bit (x64 a.k.a. x86-64) build for Windows. + \S{cl-2.11.09} Version 2.11.09 |