summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-05-13 18:54:29 +0200
committerEven Rouault <even.rouault@spatialys.com>2022-05-13 18:54:29 +0200
commita5891555eb49ed7cc26b2901ea680acda136d811 (patch)
treeeb8c0b33fb7d21cd29a7abebd4bdaf38195664f7 /NEWS.md
parentcf90ff0c57ad5b12aa6e227d7202960a5770144d (diff)
Prepare for 2.5.0 releasev2.5.0
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 441c1054..9aadb9c8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,15 @@
More details in the [CHANGELOG](https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md)
+## OpenJPEG 2.5.0 (May 2022)
+
+No API/ABI break compared to v2.4.0, but additional symbols for subset of components decoding (hence the MINOR version bump).
+
+* Encoder: add support for generation of TLM markers [\#1359](https://github.com/uclouvain/openjpeg/pull/1359)
+* Decoder: add support for high throughput \(HTJ2K\) decoding. [\#1381](https://github.com/uclouvain/openjpeg/pull/1381)
+* Decoder: add support for partial bitstream decoding [\#1407](https://github.com/uclouvain/openjpeg/pull/1407)
+* Bug fixes (including security fixes)
+
## OpenJPEG 2.4.0 (December 2020)
No API/ABI break compared to v2.3.1, but additional symbols for subset of components decoding (hence the MINOR version bump).