diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-08-16 13:23:36 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-08-16 13:23:36 +0000 |
| commit | 6adb5f50703ff6587d26205df61dd217b16b4d2e (patch) | |
| tree | ec119f4c11559968fdcb2c17c8905eda5bc35030 /NEWS | |
| parent | d1d662768d37880df947679a71c07f8d0bf2ef29 (diff) | |
added NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ + +OpenJPEG NEWS - user visible changes +==================================== + +Changes from OpenJPEG 1.4.0 to OpenJPEG 1.5.0 +---------------------------------------------- + +New Features: + + * openjpip: + - complete client-server architecture for remote browsing of jpeg 2000 images. + - located in 'applications/jpip'. + - see corresponding README for more details. + +API modifications: + + * 'bool' type has been replaced by 'opj_bool' type. 'stdbool.h' is no more required. + +Misc: + + * added this NEWS file. + * improved cmake and autotools build methods. + * removed manual makefiles, VS project files and XCode project files. + * added a 'thirdparty' directory to contain all dependencies. + - These libraries will be build only if there are not found on the system. + - Note that libopenjpeg itself does not have any dependency. + * changed the directory hierarchy of the whole project. See README files for details. + * tests : a complete test suite has been setup. + - both JPEG 2000 conformance tests and non-regressions tests are configured. + - results are submitted to the OpenJPEG dashboard (http://my.cdash.org/index.php?project=OPENJPEG) + - images are located in 'http://openjpeg.googlecode.com/svn/data' folder. + - configuration files and utilities are located in 'tests' folder. + * Many bug fixes. See CHANGES for details.
\ No newline at end of file |
