X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=NEWS.md;h=5f9b11fa018275b04741e6c8b2fa37417915a94e;hb=HEAD;hp=441c1054255b12fcaca398b73833a1ddcef2da62;hpb=b897e2cb369b6944d791209f491f382a983cda87;p=openjpeg.git diff --git a/NEWS.md b/NEWS.md index 441c1054..5f9b11fa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,23 @@ More details in the [CHANGELOG](https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md) +## OpenJPEG 2.5.1 (Feb 2024) + +No API/ABI break compared to v2.5.0 + +* CMake: drop support for cmake < 3.5 +* Several bugfixes, including [\#1509](https://github.com/uclouvain/openjpeg/pull/1509) for CVE-2021-3575 +* Significant speed-up rate allocation by rate/distoratio ratio [\#1440](https://github.com/uclouvain/openjpeg/pull/1440) + +## 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).