Add necessary autotools stuff.
[openjpeg.git] / NEWS
1
2 OpenJPEG NEWS - user visible changes
3 ====================================
4
5 Changes from OpenJPEG 1.4.0 to OpenJPEG 1.5.0
6 ----------------------------------------------
7
8 New Features:
9
10     * openjpip: 
11      - complete client-server architecture for remote browsing of jpeg 2000 images. 
12      - located in 'applications/jpip'.
13      - see corresponding README for more details.
14
15 API modifications:
16
17     * 'bool' type has been replaced by 'opj_bool' type. 'stdbool.h' is no more required.
18     
19 Misc:
20
21     * added this NEWS file.
22     * improved cmake and autotools build methods.
23     * removed manual makefiles, VS project files and XCode project files.
24     * added a 'thirdparty' directory to contain all dependencies.
25      - These libraries will be build only if there are not found on the system.
26      - Note that libopenjpeg itself does not have any dependency.
27     * changed the directory hierarchy of the whole project. See README files for details.
28     * tests : a complete test suite has been setup.
29      - both JPEG 2000 conformance tests and non-regressions tests are configured.
30      - results are submitted to the OpenJPEG dashboard (http://my.cdash.org/index.php?project=OPENJPEG)
31      - images are located in 'http://openjpeg.googlecode.com/svn/data' folder.
32      - configuration files and utilities are located in 'tests' folder.
33     * OPJViewer re-activated (need wxWidgets)
34     * Huge amount of bug fixes. See CHANGES for details.