Skip to content

Commit

Permalink
Update version to v2.4.1 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaderks authored Jan 2, 2023
1 parent 7722ae8 commit dd9e90d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.4.1] - 2023-1-2

### Fixed

- 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.

## [2.4.0] - 2022-12-29

### Added
Expand Down
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 2.4.0 | :white_check_mark: |
| 2.4.1 | :white_check_mark: |
| 2.4.0 | :x: |
| 2.3.4 | :x: |
| 2.3.3 | :x: |
| 2.3.2 | :x: |
Expand All @@ -19,7 +20,6 @@

## Reporting a Vulnerability

Security issues and bugs should be reported privately, via email, to vbaderks@protonmail.com. You should receive a response within 48 hours.
If for some reason you do not, please follow up via email to ensure that your original message has been received.
Security issues should be reported privately by creating a security advisory on GitHub.

Please do not open issues for anything you think might have a security implication.
Please do not open a public issue for anything you think might have a security implication.
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 4
#define CHARLS_VERSION_PATCH 0
#define CHARLS_VERSION_PATCH 1

/// <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 dd9e90d

Please sign in to comment.