Skip to content

Commit

Permalink
Update CHANGELOG.md for 2.4.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Tricca <[email protected]>
  • Loading branch information
flihp committed Feb 15, 2022
1 parent 328efe0 commit d8e6fda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a CHANGELOG](http://keepachangelog.com/)

### next
### Added
- Contributor Covenant Code of Conduct.

### Fixed
- superflous warning messages about tcti status.
- `WARNING **: 11:00:56.205: tcti_conf before: "(null)"`
- `WARNING **: 11:00:56.205: tcti_conf after: "mssim"`
- GCC 11 build error: error: argument 2 of `__atomic_load’ discards ‘volatile’ qualifier`
- Initialize gerror pointer variable to NULL to fix use of unitialized memory and segfault.
- Updated missing defaults in manpage.
- Port CI to composite actions in tpm2-software/ci.

### Removed
- Dependency on 'which' utility in configure.ac.
- ubuntu-16.04 from CI.

### 2.4.0 - 2021-02-08
### Added
Expand Down

0 comments on commit d8e6fda

Please sign in to comment.