From 47e7ecda1b9bc10696465c657d3c14e219b7b5ea Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 6 Apr 2011 19:08:34 +0400 Subject: doc: Updates for stable branch fix Signed-off-by: Cyrill Gorcunov --- doc/changes.src | 10 ++++++++++ doc/nasmdoc.src | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/changes.src b/doc/changes.src index 5214e78..7195377 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 4b2c2ac..82cbf51 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 -- cgit v1.2.3