diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-02-28 10:03:53 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-02-28 10:03:53 +0300 |
commit | 1616b9d665e902c4029bfc023feda34f107290b5 (patch) | |
tree | 77233259729402e0aa201b78cc20719fe1278263 /doc/changes.src | |
parent | befc631d04bc580555a0892a8c3746c9cf1d20eb (diff) | |
parent | a59c759e095087f061fb1b45359a53724b31868d (diff) | |
download | nasm-1616b9d665e902c4029bfc023feda34f107290b5.tar.gz nasm-1616b9d665e902c4029bfc023feda34f107290b5.tar.bz2 nasm-1616b9d665e902c4029bfc023feda34f107290b5.zip |
Merge branch 'nasm-2.09.xx'
Conflicts:
doc/changes.src
output/outbin.c
version
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc/changes.src')
-rw-r--r-- | doc/changes.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 4c03490..41614fc 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -19,6 +19,11 @@ since 2007. To force a specific form, use the \c{STRICT} keyword, see \k{strict}. +\S{cl-2.09.05} Version 2.09.06 + +\b Fix missed section attribute initialization in \c{bin} output target. + + \S{cl-2.09.05} Version 2.09.05 \b Fix arguments encoding for VPEXTRW instruction. |