Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.6.1 (#801) (#802)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b5e77c)
(cherry picked from PR #801)
  • Loading branch information
deymo committed Oct 29, 2021
1 parent b499ae3 commit a205468
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.1] - 2021-10-29
### Changed
- Security: Fix OOB read in splines rendering (#735 -
[CVE-2021-22563](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22563))
- Security: Fix OOB copy (read/write) in out-of-order/multi-threaded decoding
(#708 - [CVE-2021-22564](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22564))
- Fix segfault in `djxl` tool with `--allow_partial_files` flag (#781).
- Fix border in extra channels when using upsampling (#796)

## [0.6] - 2021-10-04
### Added
- API: New functions to decode extra channels:
Expand Down

0 comments on commit a205468

Please sign in to comment.