convert.c: ENDIAN condition removed, tiftoimage and imagetotif updated (ALPHA added...
[openjpeg.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2e3b3940b33b363d63e9703c1ac6450901ece6b2..b90778dd1619d008b3789991b9e457246b86f3e6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,48 @@ What's New for OpenJPEG
 ! : changed
 + : added
 
+April 12, 2011
+* [antonin] convert.c: ENDIAN condition removed, tiftoimage and imagetotif updated (ALPHA added for RGB and GRAY, correct handling of 12-bit precision), small bugfixes (credit to Winfried)
+* [antonin] small fix in configure.ac (credit to Vincent Torri)
+
+March 21, 2011
++ [antonin] added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped by default with other cmake modules.
+
+March 20, 2011
++ [antonin] added a 'thirdparty' directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies).
+- [antonin] removed the 'libs' directory containing win32 compiled versions of libpng, libtiff and liblcms. 
+
+March 10, 2011
+* [antonin] fixed lt_version in configure.ac
+
+March 5, 2011
+! [antonin] cosmetic change for status report of ./configure
+
+March 4, 2011
+* [antonin] now assume MinGW does not have dirent.h (actually have it but without opendir function). Fixed also a WIN32 check in jp3d/libjp3dvm/openjpeg3d.h.
+! [antonin] updated autotools files to improve build and install procedures (credit to Vincent Torri).
+
+February 17, 2011
+* [antonin] replaced 'long' by 'size_t' in dwt.c to be sure to cast to a pointer size.
+* [antonin] now allows 16-bit precision for mj2 encoding and decoding (solves Issue 49 and Issue 63). Credit to Winfried.
+
+February 9, 2011
+! [antonin] renamed "java sources" to "java-sources" to avoid blank space
+- [antonin] removed opj_config.h.in from svn, as it is automaticaly generated by autoheader when calling ./bootstrap.sh
+
+February 6, 2011
+* [antonin] cmake : fixed installed links to openjpeg.h and openjpeg3d.h.
+
+January 30, 2011
+* [antonin] fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast)
+- [antonin] removed depcomp file from trunk (automatically copied by automake in main folder)
+
+January 29, 2011
+* [antonin] removed 'é' in license header to prevent warning C4819 (see Issue 57).
+
+January 24, 2011
+- [antonin] remove more obsolete VS files. Left only mj2_to_metadata VS files, as this is the only executable not yet handled by CMake.
+
 January 23, 2011
 - [antonin] removed obsolete VS files
 ! [antonin] MJ2 module: 
@@ -17,7 +59,7 @@ January 18, 2011
 ! [rdieter] cmake: SOVERSION change to 1 (from 1.4) to match auto-tools
 
 January 17, 2011
-- [rdieter] remove generated files (ticket 52)
+- [rdieter] remove generated files (Issue 52)
 
 January 16, 2011
 * [antonin] convert.c: inclusion of endian.h has to be different on APPLE platforms