Skip to content

Commit

Permalink
Update version to v2.3.3 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaderks authored Feb 5, 2022
1 parent 77d3c34 commit 4f02873
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion include/charls/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/// <summary>
/// Returns the version of CharLS in the semver format "major.minor.patch" or "major.minor.patch-pre_release"
Expand Down

0 comments on commit 4f02873

Please sign in to comment.