diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-04 00:47:08 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-04 00:47:08 +0400 |
commit | 68868b09e3f518c084be72f967228f3c73439a58 (patch) | |
tree | cd2e9d9639a964928ecbdb8966ed50a70f0f05f8 /doc | |
parent | 52afa0c5d4eb78169dffd1cd8fe5f743a6b80031 (diff) | |
download | nasm-68868b09e3f518c084be72f967228f3c73439a58.tar.gz nasm-68868b09e3f518c084be72f967228f3c73439a58.tar.bz2 nasm-68868b09e3f518c084be72f967228f3c73439a58.zip |
doc: Describe changes for stable 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 7195377..19a4873 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -8,6 +8,13 @@ The NASM 2 series support x86-64, and is the production version of NASM since 2007. +\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 |