diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-04 00:51:53 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-04 00:51:53 +0400 |
commit | 454b0f23b831c6979f9dec54815f92841d6f22fc (patch) | |
tree | 77e7b0593db64d5240ff6d7611c52dabda2e6b8c /doc | |
parent | 86b2ad05f8b0fb7d6ecc913dd0184e41c19a9c26 (diff) | |
parent | ffee19a3b2b130c9190014b3c6d3bf5b32d58cd0 (diff) | |
download | nasm-454b0f23b831c6979f9dec54815f92841d6f22fc.tar.gz nasm-454b0f23b831c6979f9dec54815f92841d6f22fc.tar.bz2 nasm-454b0f23b831c6979f9dec54815f92841d6f22fc.zip |
Merge branch 'nasm-2.09.xx'
Conflicts:
version
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index a3ba18c..c4fdf62 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -19,6 +19,13 @@ since 2007. To force a specific form, use the \c{STRICT} keyword, see \k{strict}. +\S{cl-2.09.09} Version 2.09.09 + +\b Fix initialization of section attributes of \c{bin} output format. + +\b Fix \c{mach64} output format bug that crashes NASM due to NULL symbols. + + \S{cl-2.09.08} Version 2.09.08 \b Fix \c{__OUTPUT_FORMAT__} assignment when output driver alias |