From 399d29c0a5fa02ea33d75828b30d0a5a68dd8a0e Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 21 Feb 2015 22:12:57 +0300 Subject: [PATCH] doc: changes -- Prepare for 2.11.08 Signed-off-by: Cyrill Gorcunov --- doc/changes.src | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index a95dd092..9f8744c1 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,28 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.11.08} Version 2.11.08 + +\b Fix section length computation in \c{bin} backend which leaded in incorrect + relocation records. + +\b Add a warning for numeric preprocessor definitions passed via command + line which might have unexpected results otherwise. + +\b Add ability to specify a module name record in \c{rdoff} linker with + \c{-mn} option. + +\b Increase label length capacity up to 256 bytes in \c{rdoff} backend for + FreePascal sake, which tends to generate very long labels for procedures. + +\b Fix segmentation failure when rip addressing is used in \c{macho64} backend. + +\b Fix access on out of memory when handling strings with a single + grave. We have sixed similar problem in previous release but not + all cases were covered. + +\b Fix NULL dereference in disassembled on \c{BND} instruction. + \S{cl-2.11.07} Version 2.11.07 \b Fix 256 bit \c{VMOVNTPS} instruction.