summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2009-09-10 12:29:51 +0000
committerAntonin Descampe <antonin@gmail.com>2009-09-10 12:29:51 +0000
commitbfd3fe8a4aafb263fedc56345f3e048e52e56326 (patch)
treea1a481c28b27a9ba06188d0d2f8f3d2c6c0dc676 /ChangeLog
parent9dbbc6ca1392d32dffd1a75d23b7447e88c4faf2 (diff)
fixed minor bugs which were triggering warnings at compilation (different signedness, wrong pointer type, etc)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea792bfe..c2ee8678 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+September 10, 2009
+* [antonin] fixed minor bugs which were triggering warnings at compilation (different signedness, wrong pointer type, etc)
+
September 8, 2009
* [antonin] openjpeg.c : fixed initialization of parameters->cp_disto_alloc/fixed_quality/fixed_alloc/tcp_numlayers because they were preventing to use the -q and -f options.