add abi-check files and reports to gh-pages
[openjpeg.git] / abi-check / changelog / openjpeg / 1.5 / log.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2     <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3     <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5     <meta name="keywords" content="OpenJPEG, 1.5, changes, changelog" />
6     <meta name="description" content="Log of changes in the package" />
7     <link rel="stylesheet" type="text/css" href="../../../css/common.css" />
8     <link rel="stylesheet" type="text/css" href="../../../css/changelog.css" />
9     
10     
11     <title>
12         OpenJPEG 1.5: changelog
13     </title>
14     
15     </head>
16
17 <body>
18 <table cellpadding='0' cellspacing='0'><tr><td align='center'><h1 class='tool'><a title='Home: ABI tracker for OpenJPEG' href='../../../timeline/openjpeg/index.html' class='tool'>ABI<br/>Tracker</a></h1></td><td width='30px;'></td><td><h1>(OpenJPEG)</h1></td></tr></table><hr/>
19 <br/>
20 <br/>
21 <h1>Changelog for <span class='version'>1.5</span> version</h1><br/><br/>
22 <div class='changelog'>
23 <pre class='wrap'>
24 OpenJPEG NEWS - user visible changes
25 ====================================
26
27 Changes from OpenJPEG 1.4.0 to OpenJPEG 1.5.0
28 ----------------------------------------------
29
30 New Features:
31
32     * openjpip: 
33      - complete client-server architecture for remote browsing of jpeg 2000 images. 
34      - located in 'applications/jpip'.
35      - see corresponding README for more details.
36
37 API modifications:
38
39     * 'bool' type has been replaced by 'opj_bool' type. 'stdbool.h' is no more required.
40     
41 Misc:
42
43     * added this NEWS file.
44     * improved cmake and autotools build methods.
45     * removed manual makefiles, VS project files and XCode project files.
46     * added a 'thirdparty' directory to contain all dependencies.
47      - These libraries will be build only if there are not found on the system.
48      - Note that libopenjpeg itself does not have any dependency.
49     * changed the directory hierarchy of the whole project. See README files for details.
50     * tests : a complete test suite has been setup.
51      - both JPEG 2000 conformance tests and non-regressions tests are configured.
52      - results are submitted to the OpenJPEG dashboard (http://my.cdash.org/index.php?project=OPENJPEG)
53      - images are located in 'http://openjpeg.googlecode.com/svn/data' folder.
54      - configuration files and utilities are located in 'tests' folder.
55     * OPJViewer re-activated (need wxWidgets)
56     * Huge amount of bug fixes. See CHANGES for details.
57 </pre></div>
58
59 </body>
60 </html>