[nasm:nasm-2.15.xx] changes.src: update with current state of 2.15.03

nasm-bot for H. Peter Anvin (Intel) hpa at zytor.com
Tue Jul 7 09:36:05 PDT 2020


Commit-ID:  6f52ecfa4968d4d34417f780ef42b1690ec692fc
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=6f52ecfa4968d4d34417f780ef42b1690ec692fc
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Tue, 7 Jul 2020 09:33:42 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Tue, 7 Jul 2020 09:33:42 -0700

changes.src: update with current state of 2.15.03

Add release notes for 2.15.03 as it currently exists.

Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>


---
 doc/changes.src | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/changes.src b/doc/changes.src
index e4bd3edf..42fc0316 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -7,6 +7,21 @@
 The NASM 2 series supports x86-64, and is the production version of NASM
 since 2007.
 
+\S{cl-2.15.03} Version 2.15.03
+
+\b Properly display warnings in preprocess-only mode.
+
+\b Fix copy-and-paste of examples from the PDF documentation.
+
+\b Debug information now properly reflect the line numbers of macro
+invocations (unless declared \c{.nolist}).
+
+\b Fix alignment of sections in the \c{coff}/\c{win32}/\c{win64}
+output formats when the desired alignment is less than the default
+alignment for the section or section type.
+
+\b Portability fixes.
+
 \S{cl-2.15.02} Version 2.15.02
 
 \b Fix miscompilation when building with \c{clang}.


More information about the Nasm-commits mailing list