Skip to content

Commit dd9e90d

Browse files
authored
Update version to v2.4.1 (#223)
1 parent 7722ae8 commit dd9e90d

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project are documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.4.1] - 2023-1-2
8+
9+
### Fixed
10+
11+
- Fixed [#221](https://github.com/team-charls/charls/issues/221), jpegls_errc::destination_buffer_too_small incorrectly thrown for 8 bit 2*2 image with stride = 4 during decoding.
12+
713
## [2.4.0] - 2022-12-29
814

915
### Added

SECURITY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 2.4.0 | :white_check_mark: |
7+
| 2.4.1 | :white_check_mark: |
8+
| 2.4.0 | :x: |
89
| 2.3.4 | :x: |
910
| 2.3.3 | :x: |
1011
| 2.3.2 | :x: |
@@ -19,7 +20,6 @@
1920

2021
## Reporting a Vulnerability
2122

22-
Security issues and bugs should be reported privately, via email, to [email protected]. You should receive a response within 48 hours.
23-
If for some reason you do not, please follow up via email to ensure that your original message has been received.
23+
Security issues should be reported privately by creating a security advisory on GitHub.
2424

25-
Please do not open issues for anything you think might have a security implication.
25+
Please do not open a public issue for anything you think might have a security implication.

include/charls/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extern "C" {
1616

1717
#define CHARLS_VERSION_MAJOR 2
1818
#define CHARLS_VERSION_MINOR 4
19-
#define CHARLS_VERSION_PATCH 0
19+
#define CHARLS_VERSION_PATCH 1
2020

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

0 commit comments

Comments
 (0)