In opjviewer, unification of JPEG 2000 family handlers (*.jp2, *.mj2, *.j2k) in a...
[openjpeg.git] / ChangeLog
index 38a552cac453f16da615a6c0c365b871e7f1c43b..e449f46555cba46ce987d18f47440809d72b7482 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,21 @@ 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.
+               Thanks to Christopher Layne for this improvement. 
+
+January 17, 2008
++ [antonin] Initial commit of Xcode project directory (XCode 2.5 for macosx)
+                       available targets : libopenjpeg (stat and dyn), image_to_j2k, j2k_to_image
+
+January 16, 2008
+* [antonin] fixed opj_malloc.h for macosx (bugfix provided by janpeder, thanks)
+
 January 11, 2008
 + [FOD] Added missing files to JavaOpenJPEG project (files from Patrick Piscaglia)