summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2011-04-06 19:08:34 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2011-04-06 19:08:34 +0400
commit47e7ecda1b9bc10696465c657d3c14e219b7b5ea (patch)
treeda51a7cfb1e74087d513eb5bced9b6bcd62f66a5
parentc1936da94269bf0a909310f2ec57aea818eabb70 (diff)
downloadnasm-47e7ecda1b9bc10696465c657d3c14e219b7b5ea.tar.gz
doc: Updates for stable branch fix
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/changes.src10
-rw-r--r--doc/nasmdoc.src6
2 files changed, 13 insertions, 3 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 5214e78e..71953779 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -8,6 +8,15 @@ The NASM 2 series support x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.09.08} Version 2.09.08
+
+\b Fix \c{__OUTPUT_FORMAT__} assignment when output driver alias
+ is used. For example when \c{-f elf} is used \c{__OUTPUT_FORMAT__}
+ must be set to \c{elf}, if \c{-f elf32} is used \c{__OUTPUT_FORMAT__}
+ must be assigned accordingly, i.e. to \c{elf32}. The rule applies to
+ all output driver aliases. See \k{ofmtm}.
+
+
\S{cl-2.09.07} Version 2.09.07
\b Fix attempts to close same file several times
@@ -15,6 +24,7 @@ since 2007.
\b Fixes for VEXTRACTF128, VMASKMOVPS encoding.
+
\S{cl-2.09.06} Version 2.09.06
\b Fix missed section attribute initialization in \c{bin} output target.
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 4b2c2acd..82cbf510 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -1,6 +1,6 @@
\# --------------------------------------------------------------------------
\#
-\# Copyright 1996-2010 The NASM Authors - All Rights Reserved
+\# Copyright 1996-2011 The NASM Authors - All Rights Reserved
\# See the file AUTHORS included with the NASM distribution for
\# the specific copyright holders.
\#
@@ -35,7 +35,7 @@
\#
\M{category}{Programming}
\M{title}{NASM - The Netwide Assembler}
-\M{year}{1996-2010}
+\M{year}{1996-2011}
\M{author}{The NASM Development Team}
\M{copyright_tail}{-- All Rights Reserved}
\M{license}{This document is redistributable under the license given in the file "LICENSE" distributed in the NASM archive.}
@@ -334,7 +334,7 @@ distribution archive, for the license conditions under which you may
use NASM. NASM is now under the so-called 2-clause BSD license, also
known as the simplified BSD license.
-Copyright 1996-2010 the NASM Authors - All rights reserved.
+Copyright 1996-2011 the NASM Authors - All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are