summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2008-01-31 14:36:06 +0000
committerGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2008-01-31 14:36:06 +0000
commite21d8654402fc9e35e9fe18c68da63ce5a731140 (patch)
treed7760b1eddc754ee1570d3d64f7389a014aa3aa4 /ChangeLog
parent04966097fc1d92fbfb6650d43b115447d5370c2c (diff)
In opjviewer, unification of JPEG 2000 family handlers (*.jp2, *.mj2, *.j2k) in a single file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 604a2de2..e449f465 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+January 31, 2008
+! [GB] In opjviewer, unification of JPEG 2000 family handlers (*.jp2, *.mj2, *.j2k) in a single file
+
January 22, 2008
! [FOD] In image.c, changed the opj_image_create0() memory allocation from malloc() to calloc() in order
to avoid segfaults when freeing the memory allocated for the coding of bad images.