diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-16 01:44:57 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-07-16 01:44:57 +0400 |
commit | 5b49af4ff244d94a1695484e14666471881a8a56 (patch) | |
tree | 33a4a6415453b983212ef682c650025a59a679f8 /doc | |
parent | 98de3349499d7222091588afc32f420ce0af36a1 (diff) | |
parent | fbde522e058a6a0f406e73f7022ef48d813060d5 (diff) | |
download | nasm-5b49af4ff244d94a1695484e14666471881a8a56.tar.gz nasm-5b49af4ff244d94a1695484e14666471881a8a56.tar.bz2 nasm-5b49af4ff244d94a1695484e14666471881a8a56.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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index c4fdf62..d3ed574 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -19,6 +19,14 @@ since 2007. To force a specific form, use the \c{STRICT} keyword, see \k{strict}. +\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. |