Merge branch 'nasm-2.09.xx'
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Jul 2011 21:44:57 +0000 (01:44 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Jul 2011 21:44:57 +0000 (01:44 +0400)
Conflicts:
version

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1  2 
doc/changes.src

diff --cc doc/changes.src
@@@ -7,18 -7,15 +7,26 @@@
  The NASM 2 series support x86-64, and is the production version of NASM
  since 2007.
  
 +\S{cl-2.10} Version 2.10
 +
 +\b When optimization is enabled, \c{mov r64,imm} now optimizes to the
 +  shortest form possible between:
 +
 +\c      mov r32,imm32                   ;  5 bytes
 +\c      mov r64,imm32                   ;  7 bytes
 +\c      mov r64,imm64                   ; 10 bytes
 +
 +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.