X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=CHANGES;h=72b437337bfe5b21006fc6693328772e01a82929;hb=9350a47153a6aa6f51805b1a1da499ad389aad60;hp=fdc94ebe3a335f2f5cddaf974bbb74d05dd0fbe1;hpb=175fd6692ce52f0d555cbbcb829f4628d15cb850;p=openjpeg.git diff --git a/CHANGES b/CHANGES index fdc94ebe..72b43733 100644 --- a/CHANGES +++ b/CHANGES @@ -5,11 +5,38 @@ 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) + +May 16, 2011 +* [antonin] fixed another bug related to the number of packets in a tile-part, not correctly taken into acccount when generating an index file during decoding. +* [antonin] fixed part of issue 69, when tile-part index is inconsistent with the total number of tile-parts + +May 12, 2011 +* [antonin] xcode project file updated (now integrates openjpip) + April 16, 2011 +* [antonin] fixed a bug in mqc.c (see https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion, credit to Peter Wimmer) * [antonin] fixed wrong path in Doxyfile.dox April 14, 2011 -+ [antonin] initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details) ++ [antonin] initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details, see 'applications/jpip/CHANGES' for subsequent jpip-related commits) * [antonin] fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities. ! [antonin] changed make all behaviour : DOC target removed from ALL.