summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-28 08:20:25 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-28 08:20:25 +0000
commit9586bc669c4623912ca657328579c878d74164a5 (patch)
tree378b584535575f7f0f406ea05acdae2decd5ebe3
parent78dc93512b019ae3e02ff6bcb91c0820b9660472 (diff)
[1.5.2] Add NEWS fileversion.1.5.2
-rw-r--r--NEWS19
1 files changed, 10 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index f4cb03a9..ddce0074 100644
--- a/NEWS
+++ b/NEWS
@@ -2,23 +2,24 @@
OpenJPEG NEWS - user visible changes
====================================
-Changes from OpenJPEG 1.5.1 to OpenJPEG 1.5.0
+Changes from OpenJPEG 1.5.2 to OpenJPEG 1.5.1
----------------------------------------------
Security:
- * Fixes: CVE-2012-3535
- * Fixes: CVE-2012-3358
+ * Fixes: CVE-2013-4289 CVE-2013-4290
+ * Fixes: CVE-2013-1447 CVE-2013-6045 CVE-2013-6052 CVE-2013-6054 CVE-2013-6053 CVE-2013-6887
New Features:
- * Use a new API scheme and solve the SOVERSIONing in OpenJPEG
- * Allow better integration with multi-arch system
- * Compile & Install Java bindings (CMake)
- * Install required addXMLinJP2 (JPIP)
+ * Compile Java with source/target specific java version
+ * Do not set SONAME for Java module, fix linking (missing math lib)
+ * Support some BMP/RGB8 files
+ * Fix compilation on ARM
Misc:
- * fix linker error by resolving all symbols (eg. missing -lm)
- * fix some man page typos
+ * Remove BSD-4 license from getopt copy, since upstream switched to BSD-3
+ * Support compilation against system installed getopt
+ * Fix Big Endian checking (autotools)
* Huge amount of bug fixes. See CHANGES for details.