Fix jp3dvm version
[openjpeg.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 058da3413d4515478ee8e23d685ebd0bd87ec094..baf574aceaa3dee398e1f7b417a1c6c18145f03a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,121 @@ What's New for OpenJPEG
 ! : changed
 + : added
 
+October 25, 2010
+* [ben.boeckel] Fix jp3d version
+
+October 24, 2010
+* [antonin] Fixed doxygen data inside source code (from winfried)
+
+October 22, 2010
+* [ben.boeckel] Don't install jp3d and libopenjpeg headers to the same place
+
+October 22, 2010
+* [ben.boeckel] Install man pages when using CMake
+
+October 22, 2010
+! [ben.boeckel] Default to building shared libraries
+
+October 22, 2010
+* [antonin] Patch to support the MSVC Win 64 builds (from szekerest)
+
+October 22, 2010
+* [antonin] Currently the Visual Studio builds are broken in the SVN. Attached a patch to fix this issue (from szekerest)
+
+October 22, 2010
+* [szukw000] replaced 'cp -d' with 'cp -P' for MacOSX
+
+October 22, 2010
+* [szukw000] 'jpwl/Makefile.am': added CFLAGS for bin_PROGRAMS
+
+October 22, 2010
++ [szukw000] added 'libopenjpeg.pc.in'
+! [szukw000] changed 'configure.ac' to create 'libopenjpeg.pc'
+! [szukw000] changed 'Makefile.am' to [un]install 'libopenjpeg.pc'
+! [szukw000] changed 'doc/Makefile.am' : 'uninstall-hook' added
+
+October 20, 2010 
+* [antonin] fixed help display (patch from winfried)
+
+October 20, 2010 
+* [antonin] 
+    fixed paths to png and tiff in CMakeLists.txt (patch from winfried)
+    fixed link to lcms library (patch from winfried)
+
+October 18, 2010 
+* [antonin] fixed options and help display (patch from winfried) 
+
+October 18, 2010
+! [szukw000]
+       doc/Makefile.am 
+       doc/Makefile.nix
+       jp3d/Makefile.nix
+       jpwl/Makefile.nix
+       Makefile.nix
+       config.nix
+
+October 17, 2010
+! [szukw000]
+       configure.ac : 'enable_shared' YES by default
+       doc/Makefile.am :
+               'all-local' and 'install-data-hook' added
+               'with_doxygen' conditional added
+       Makefile.am : 'doc' directory no longer substituted in SUBDIRS
+
+       to link binaries statically: '-static' added to:
+               codec/Makefile.am
+               mj2/Makefile.am
+               jpwl/Makefile.am
+               jp3d/codec/Makefile.am
+
+       mj2/Makefile.am : 'with_libjpwl' removed
+       mj2/Makefile.nix : 'with_libjpwl' removed
+
+       config.nix : 'WITH_JPWL', 'WITH_JP3D' added
+       doc/Makefile.nix : 'clean', 'install', 'uninstall' added
+       Makefile.nix : 'WITH_JPWL', 'WITH_JP3D' added
+
+       INSTALL : topic 3) changed regarding the changes in 'config.nix'
+
+October 13, 2010
+! [szukw000] 
+       configure.ac
+       bootstrap.sh
+
+       'with_libjpwl' removed from:
+               libopenjpeg/Makefile.am
+               codec/Makefile.am
+               codec/Makefile.nix
+               Makefile.nix
+
+October 10, 2010
+* [antonin] Patch from winfried
+
+                               1. The jp3d/libjp3dvm/Makefile.am has been changed:
+
+                               Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/
+                               Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/openjpeg3d.h
+
+                               PREFIX/include:
+
+                                        23  openjpeg.h -> openjpeg-1.4/openjpeg.h
+                                        27  openjpeg3d.h -> openjpeg3d-1.3/openjpeg3d.h
+
+                               28773  openjpeg-1.4/openjpeg.h
+                               22158  openjpeg3d-1.3/openjpeg3d.h
+                                       
+                               2. The jp3d/Makefile.nix has been changed respectivly.
+                                       
+                               3. The mj2/Makefile.nix contained a wrong path to 'compat/'
+                                       
+                               4. opj_config.h.in.user contained a comment within a comment.
+                                       
+                               5. 'autoreconf' reported that AC_PROG_RANLIB is no longer
+                                       necessary in 'configure.ac'.
+
+October 08, 2010
+* [antonin] fixed a bug in mj2.c that prevented extract_j2k_from_mj2 to build properly. Patch from winfried.
+
 October 04, 2010
 + [antonin] Added files to let people build openjpeg with 'configure' tools
 + [antonin] Added makefiles to let people manually build openjpeg on *nix platforms