NASM-2.09.10
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Jul 2011 21:41:28 +0000 (01:41 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Jul 2011 21:41:28 +0000 (01:41 +0400)
- Fix nasty problem with uninstaller in case of registry
  keys corruption, which might lead to arbitrary files
  removal.

  Just to be sure the proper files and directories are to
  be removed a few additional questions are brought into
  deinstallation procedure.

  The former issue reported here

http://forum.nasm.us/index.php?topic=1013.0

  Note: no functional changes are done inside nasm code,
  critical fixes will be ported to 2.09.xx branch, but
  mostly the (more or less) active development and various
  bug fixes are concentrated around 2.10 series.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
version

diff --git a/version b/version
index aa45e1d..c97338e 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-2.09.09
+2.09.10