From 4f0287301840178347996c1f232cd6c4da5335e3 Mon Sep 17 00:00:00 2001 From: Victor Derks Date: Sat, 5 Feb 2022 13:57:55 +0100 Subject: [PATCH] Update version to v2.3.3 (#174) --- CHANGELOG.md | 16 ++++++++++++++++ SECURITY.md | 4 +++- include/charls/version.h | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080a6a7d..03a5efed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.3.3] - 2021-2-5 + +### Fixed + +- Fixed [#167](https://github.com/team-charls/charls/issues/167), Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture) + +### Changed + +- CTest is now used in the CI build pipeline to test the output of the Linux and macOS builds. + ## [2.3.2] - 2021-1-29 ### Fixed @@ -50,6 +60,12 @@ Typically CMake will select the latest C++ standard version that used C++ compil - GCC shared library release builds are now using LTO (Link Time Optimization). - Some functions use compiler intrinsics for slightly better performance. +## [2.2.1] - 2022-2-3 + +### Fixed + +- Backport of fix for [#167](https://github.com/team-charls/charls/issues/167), Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture). + ## [2.2.0] - 2021-1-10 ### Added diff --git a/SECURITY.md b/SECURITY.md index 5f1d79ae..8fc90f86 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,9 +4,11 @@ | Version | Supported | | ------- | ------------------ | -| 2.3.2 | :white_check_mark: | +| 2.3.3 | :white_check_mark: | +| 2.3.2 | :x: | | 2.3.1 | :x: | | 2.3.0 | :x: | +| 2.2.1 | :white_check_mark: | | 2.2.0 | :x: | | 2.1.0 | :x: | | 2.0.0 | :x: | diff --git a/include/charls/version.h b/include/charls/version.h index f3fe3a72..e1f4958f 100644 --- a/include/charls/version.h +++ b/include/charls/version.h @@ -16,7 +16,7 @@ extern "C" { #define CHARLS_VERSION_MAJOR 2 #define CHARLS_VERSION_MINOR 3 -#define CHARLS_VERSION_PATCH 2 +#define CHARLS_VERSION_PATCH 3 /// /// Returns the version of CharLS in the semver format "major.minor.patch" or "major.minor.patch-pre_release"