summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2008-05-22 16:39:40 +0000
committerAntonin Descampe <antonin@gmail.com>2008-05-22 16:39:40 +0000
commit295ad6b112ab37974fba276fbf3c0cd4ccfd70d1 (patch)
treeafcbbf996908f921c7f598d1d14619bda1000179 /ChangeLog
parentf4d394d9324f12e820339fce0182b1d47f831059 (diff)
fixed a bug in j2k.c (j2k_write_sod) that allowed to get negative rates, thanks zhong1985624 for pointing this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7004f2f..92341ad5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ What's New for OpenJPEG
+ : added
May 22, 2008
+* [antonin] fixed a bug in j2k.c (j2k_write_sod) that allowed to get negative rates, thanks zhong1985624 for pointing this.
+
+May 22, 2008
* [antonin] additional test to avoid crash due to invalid image size, patch by Christopher Layne
May 20, 2008