diff options
| author | scuri <scuri> | 2010-04-08 13:18:59 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2010-04-08 13:18:59 +0000 | 
| commit | df1b1b30b99eeb8e66f79f4fdcd6cc458173bf47 (patch) | |
| tree | 8f393bfa3ad717e408ab26cf19909e09acd45d8d /html/en | |
| parent | 5d0da713f644f05f95448e3946ac2284c1038421 (diff) | |
Fixed: invalid memory access when saving an image with the JPEG 2000 format.
Diffstat (limited to 'html/en')
| -rw-r--r-- | html/en/history.html | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/html/en/history.html b/html/en/history.html index c69603d..ed4e2d6 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -12,7 +12,7 @@  <h2>History of Changes</h2>  <h3 dir="ltr"> -    CVS (16/Feb/2010)</h3> +    CVS (08/Apr/2010)</h3>  <ul dir="ltr">  	<li dir="ltr"><span style="color: #008000"><span style="color: #ff0000">Fixed:</span><span              style="color: #000000"> invalid memory access in <strong> @@ -20,6 +20,9 @@  	<li dir="ltr"><span style="color: #008000"><span style="color: #ff0000">Fixed:</span><span              style="color: #000000"> <strong>imProcessCompose</strong> parameter   	parsing in Lua.</span></span></li> +	<li dir="ltr"><span style="color: #008000"><span style="color: #ff0000">Fixed:</span><span +            style="color: #000000"> invalid memory access when saving an image  +	with the JPEG 2000 format.</span></span></li>  </ul>  <h3 dir="ltr">      <a href="http://sourceforge.net/projects/imtoolkit/files/3.6/">Version 3.6</a> (26/Jan/2010)</h3>  | 
