diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-16 01:33:00 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-16 01:33:00 +0400 |
commit | ed48ab815e86ba115a26dad7aa0d7602c9c1847c (patch) | |
tree | 97e0cc4259595216a74f1e00b52c40b546c5a733 /doc | |
parent | 25c53e4eb1379d283b16ee273a00cb1f8cf20be2 (diff) | |
download | nasm-ed48ab815e86ba115a26dad7aa0d7602c9c1847c.tar.gz nasm-ed48ab815e86ba115a26dad7aa0d7602c9c1847c.tar.bz2 nasm-ed48ab815e86ba115a26dad7aa0d7602c9c1847c.zip |
doc: Describe changes for nasm-2.09.10
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 19a4873..e36cc8c 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -8,6 +8,14 @@ The NASM 2 series support x86-64, and is the production version of NASM since 2007. +\S{cl-2.09.10} Version 2.09.10 + +\b Fix up NSIS script to protect uninstaller against registry keys + absence or corruption. It brings in a few additional questions + to a user during deinstallation procedure but still it is better + than unpredictable file removal. + + \S{cl-2.09.09} Version 2.09.09 \b Fix initialization of section attributes of \c{bin} output format. |