additional changes of parameter names and message names for image_viewer and decoding...
[openjpeg.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index bd7d9e24e8dadb2e7822278281f76f3146b96eb9..72b437337bfe5b21006fc6693328772e01a82929 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,22 @@ What's New for OpenJPEG
 ! : changed
 + : added
 
+July 3, 2011
+* [antonin] fixed bmptoimage (see http://groups.google.com/group/openjpeg/browse_thread/thread/33a24c5896bf6391)
+* [antonin] fixed handling of "jp2->meth" value (Restricted ICC profile handling currently not implemented)
+
+June 30, 2011
+! [antonin] fixed CTest configuration files
+
+June 3, 2011
++ [malaterre] adding partno and numpart info as part of the warning message (issue #69)
++ [malaterre] make sure that cmake build system works on debian
+
+May 23, 2011
+* [antonin] fixed a bug in autotools that prevented "make distcheck" to work properly (credit to Vincent Torri)
++ [antonin] added autotools as a build method for jpip (credit to Vincent Torri)
+* [antonin] fixed autotools (broken since the new directory structure) (credit to Vincent Torri)
+
 May 18, 2011
 ! [antonin] defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried)