Merge branch 'nasm-2.09.xx'
[platform/upstream/nasm.git] / doc / changes.src
index 302e9d1..a3ba18c 100644 (file)
@@ -19,6 +19,15 @@ since 2007.
 To force a specific form, use the \c{STRICT} keyword, see \k{strict}.
 
 
+\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