X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1c5c9dc97cf12330149866c922bc45856af4b2fa;hb=7546f19b51511ceae65e5b81448d89f18aa2dd75;hp=ded5290cff9ded8920f7094f97f832278cb6668f;hpb=34c8a555fae47c62e3be26d39fad49cbfd8f0ed8;p=openjpeg.git diff --git a/ChangeLog b/ChangeLog index ded5290c..1c5c9dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,32 @@ What's New for OpenJPEG ! : changed + : added -December 8, 2005 - 1.1.1 +January 25, 2006 +! [Mathieu Malaterre] Sync with ITK repository, also add ref to doxygen +! [Mathieu Malaterre] Add a lot of comments on the CMake build system +! [Mathieu Malaterre] Fix MINGW32 and BORLAND compilation problems. + +January 25, 2006 +* [Antonin Descampe] fixed a problem in convert.c when multiple comments ++ [Antonin Descampe] added cmake files to the project +! [Antonin Descampe] fix.c : replaced "WIN32" by "_MSC_VER" for int64 ++ [Antonin Descampe] added "OPJ_EXPORT" in openjpeg.h to generate shared lib with win32 +! [Antonin Descampe] removed all CtrlM from files + +January 24, 2006 +! [Antonin Descampe] event.c : replaced "WIN32" by "_MSC_VER" for i2a + +January 20, 2006 +* [Antonin Descampe] fixed various minor warnings with gdcm patches + +January 19, 2006 +* [Herve Drolon] fixed a bug in jp2_read_ihdr (need to allocate jp2->comps) + +January 18, 2006 +* [Herve Drolon] changed the name of j2k_realloc to opj_realloc +* [Herve Drolon] fixed a bug in opj_cio_open when saving 48-bit images (wrong buffer size calculation) + +December 8, 2005 * [Antonin Descampe] fixed a bug when specifying a rate '-r' => no distortion info was available in the index * [Antonin Descampe] fixed a bug in t1_getwmsedec (stepsize was divided by 8192)