summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2020-07-07 09:33:42 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2020-07-07 09:33:42 -0700
commit6f52ecfa4968d4d34417f780ef42b1690ec692fc (patch)
tree2c194ec39566e5b2d3aae22572c4e6ac7f25e949
parent47f839966773493d818f1cfc739aa840b402295a (diff)
downloadnasm-6f52ecfa4968d4d34417f780ef42b1690ec692fc.tar.gz
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@zytor.com>
-rw-r--r--doc/changes.src15
1 files changed, 15 insertions, 0 deletions
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}.