summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-12-28 21:55:55 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-12-28 21:59:39 +0100
commit37ac30ceff6640bbab502388c5e0fa0bff23f505 (patch)
tree0f31a0bb5e2df392d9e3b6b94c705a2d36e212dc /NEWS.md
parenta335b4d008359a32656026fa6780ef185b35cf0a (diff)
Prepare for v2.4.0v2.4.0
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 794a796e..6ac91335 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,16 @@
More details in the [CHANGELOG](https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md)
+## OpenJPEG 2.4.0 (December 2021)
+
+No API/ABI break compared to v2.3.1, but additional symbols for subset of components decoding (hence the MINOR version bump).
+
+* Encoder: add support for multithreading [\#1248](https://github.com/uclouvain/openjpeg/pull/1248)
+* Encoder: add support for generation of PLT markers [\#1246](https://github.com/uclouvain/openjpeg/pull/1246)
+* Encoder: single-threaded performance improvements in forward DWT for 5-3 and 9-7 (and other improvements) [\#1253](https://github.com/uclouvain/openjpeg/pull/1253)
+* Encoder: support IMF profiles [\#1235](https://github.com/uclouvain/openjpeg/pull/1235)
+* Many bug fixes (including security fixes)
+
## OpenJPEG 2.3.1 (April 2019)
No API/ABI break compared to v2.3.0