summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-09-07 21:16:06 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-09-07 21:16:06 +0400
commit55ce00907ec34b16cb500dba9b7473656d0e6509 (patch)
tree84c755178f14d4204339c29659be4edecfa7977b
parentcff031e1f7b280f9f663dae4922e80e71e724b3c (diff)
parente6e6a9ae2c55751869968b6d1e9a96b0710c6283 (diff)
downloadnasm-55ce00907ec34b16cb500dba9b7473656d0e6509.tar.gz
Merge branches 'master' and 'nasm-2.09.xx'
-rw-r--r--doc/changes.src7
-rw-r--r--version2
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src
index f5895835..cc9349ee 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -19,6 +19,13 @@ since 2007.
To force a specific form, use the \c{STRICT} keyword, see \k{strict}.
+\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
diff --git a/version b/version
index f121cce4..211192b0 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.09
+2.09.01