diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-09-07 20:57:36 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-09-07 20:57:36 +0400 |
commit | 234e4edce7c9acf666abecc4d118a1b4db469be8 (patch) | |
tree | c85bc6c6d558b8301d8cc57e4200bf357f65f1fa /doc | |
parent | bf11db6acaa340e0c8ec39eb27f0f925b45a41e9 (diff) | |
download | nasm-234e4edce7c9acf666abecc4d118a1b4db469be8.tar.gz nasm-234e4edce7c9acf666abecc4d118a1b4db469be8.tar.bz2 nasm-234e4edce7c9acf666abecc4d118a1b4db469be8.zip |
changes.src: Describe changes for 2.09.01
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 0cb5f27..61a5cfe 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.01} Version 2.09.01 + +\b Fix NULL dereference on missed %deftok second parameter. + +\b Fix NULL dereference on invalid %substr parameters. + + \S{cl-2.09} Version 2.09 \b Fixed assignment the magnitude of \c{%rep} counter. It is limited |