[nasm:master] doc/changes.src: begin changes.src for 2.16

nasm-bot for H. Peter Anvin hpa at zytor.com
Wed Nov 9 19:06:04 PST 2022


Commit-ID:  df243389e0a67cfc42d847a1954e477e522809d2
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=df243389e0a67cfc42d847a1954e477e522809d2
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Wed, 9 Nov 2022 19:04:01 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Wed, 9 Nov 2022 19:04:01 -0800

doc/changes.src: begin changes.src for 2.16

Once again, need to write these damned release notes.

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


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

diff --git a/doc/changes.src b/doc/changes.src
index 29e8311d..4c45f18b 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -7,6 +7,20 @@
 The NASM 2 series supports x86-64, and is the production version of NASM
 since 2007.
 
+\S{cl-2.16} Version 2.16
+
+\b Support for the \c{rdf} format has been discontinued and all the
+RDOFF utilities has been removed.
+
+\b The \c{--reproducible} option now leaves the filename field in the
+COFF object format blank. This was always rather useless since it is
+only 18 characters long; as such debug formats have to carry their own
+filename information anyway.
+
+\b Fix handling of MASM-syntax reserved memory (e.g. \c{dw ?}) when
+used in structure definitions.
+
+
 \S{cl-2.15.06} Version 2.15.06
 
 \b Fix object and header length in \c{rdf} format.


More information about the Nasm-commits mailing list