summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2015-02-21 22:12:57 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2015-02-21 22:19:19 +0300
commit399d29c0a5fa02ea33d75828b30d0a5a68dd8a0e (patch)
tree04722c88ae4d432780e0e7dd203993f154998ca0
parent775153b1bf10ac6a44c70920abd54334f79ff267 (diff)
downloadnasm-399d29c0a5fa02ea33d75828b30d0a5a68dd8a0e.tar.gz
doc: changes -- Prepare for 2.11.08
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/changes.src22
1 files changed, 22 insertions, 0 deletions
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.