Commit 4f02873 1 parent 77d3c34 commit 4f02873 Copy full SHA for 4f02873
File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project are documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 2.3.3] - 2021-2-5
8
+
9
+ ### Fixed
10
+
11
+ - Fixed [ #167 ] ( https://github.com/team-charls/charls/issues/167 ) , Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture)
12
+
13
+ ### Changed
14
+
15
+ - CTest is now used in the CI build pipeline to test the output of the Linux and macOS builds.
16
+
7
17
## [ 2.3.2] - 2021-1-29
8
18
9
19
### Fixed
@@ -50,6 +60,12 @@ Typically CMake will select the latest C++ standard version that used C++ compil
50
60
- GCC shared library release builds are now using LTO (Link Time Optimization).
51
61
- Some functions use compiler intrinsics for slightly better performance.
52
62
63
+ ## [ 2.2.1] - 2022-2-3
64
+
65
+ ### Fixed
66
+
67
+ - Backport of fix for [ #167 ] ( https://github.com/team-charls/charls/issues/167 ) , Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture).
68
+
53
69
## [ 2.2.0] - 2021-1-10
54
70
55
71
### Added
Original file line number Diff line number Diff line change 4
4
5
5
| Version | Supported |
6
6
| ------- | ------------------ |
7
- | 2.3.2 | :white_check_mark : |
7
+ | 2.3.3 | :white_check_mark : |
8
+ | 2.3.2 | :x : |
8
9
| 2.3.1 | :x : |
9
10
| 2.3.0 | :x : |
11
+ | 2.2.1 | :white_check_mark : |
10
12
| 2.2.0 | :x : |
11
13
| 2.1.0 | :x : |
12
14
| 2.0.0 | :x : |
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ extern "C" {
16
16
17
17
#define CHARLS_VERSION_MAJOR 2
18
18
#define CHARLS_VERSION_MINOR 3
19
- #define CHARLS_VERSION_PATCH 2
19
+ #define CHARLS_VERSION_PATCH 3
20
20
21
21
// / <summary>
22
22
// / Returns the version of CharLS in the semver format "major.minor.patch" or "major.minor.patch-pre_release"
You can’t perform that action at this time.
0 commit comments