From 0430f902f4f7c999cb26c4602bd78f5d7eae7150 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 13 May 2022 19:00:35 +0200 Subject: [PATCH] 2.5.0 release --- _config.yml | 2 +- _posts/2022-05-13-OpenJPEG-2.5.0-released.md | 28 ++++++++++++++++++++ abi-check/openjpeg.json | 10 +++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 _posts/2022-05-13-OpenJPEG-2.5.0-released.md diff --git a/_config.yml b/_config.yml index ddfe4a4c..90708e09 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ author : #feedburner : feedname # Version of binary release (update this for each new release!) -binVersion: 2.4.0 +binVersion: 2.5.0 # Remaining URLs gitURL: https://github.com/uclouvain/openjpeg diff --git a/_posts/2022-05-13-OpenJPEG-2.5.0-released.md b/_posts/2022-05-13-OpenJPEG-2.5.0-released.md new file mode 100644 index 00000000..a1bd18e7 --- /dev/null +++ b/_posts/2022-05-13-OpenJPEG-2.5.0-released.md @@ -0,0 +1,28 @@ +-- +layout: post +title: OpenJPEG 2.5.0 released +--- +{% include JB/setup %} + +Hello, + +[OpenJPEG 2.5.0](https://github.com/uclouvain/openjpeg/releases/tag/v2.5.0) is released today. + +This release brings several improvements on the encoder side: +* Encoder: add support for generation of TLM markers +* Decoder: add support for high throughput \(HTJ2K\) decoding. +* Decoder: add support for partial bitstream decoding. + +as well as various bugfixes, as detailed in the Changelog hereunder. + +Enjoy, + +Even + +More info: + +[News](https://github.com/uclouvain/openjpeg/blob/v2.5.0/NEWS.md) + +[Changelog](https://github.com/uclouvain/openjpeg/blob/v2.5.0/CHANGELOG.md) + +[Full Changelog](https://github.com/uclouvain/openjpeg/compare/v2.4.0...v2.5.0) diff --git a/abi-check/openjpeg.json b/abi-check/openjpeg.json index 4974f24b..3aca88c6 100644 --- a/abi-check/openjpeg.json +++ b/abi-check/openjpeg.json @@ -21,6 +21,16 @@ "PublicSymbols": "public_symbols/openjpeg/current/list", "PublicTypes": "public_types/openjpeg/current/list" }, + { + "Number": "2.5.0", + "Installed": "installed/openjpeg/2.5.0", + "Source": "src/openjpeg/2.5.0/version.-2.5.0.tar.gz", + "Changelog": "Off", + "HeadersDiff": "On", + "PkgDiff": "Off", + "ABIView": "Off", + "ABIDiff": "Off" + }, { "Number": "2.4.0", "Installed": "installed/openjpeg/2.4.0",