Skip to content

Commit

Permalink
cosmetic: more consistent capitalization in clog
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Oct 24, 2024
1 parent 41f1f29 commit 921a8e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ All notable changes to this project will be documented in this file.
- libopenarc - String arguments are marked as `const` where applicable.

### Fixed
- libopenarc - seals on failed chains only cover the latest ARC header set,
- libopenarc - Seals on failed chains only cover the latest ARC header set,
as required by RFC 8617 section 5.1.2.
- libopenarc - signing with simple header canonicalization works.
- libopenarc - Signing with simple header canonicalization works.
- libopenarc - ARC headers with a misplaced instance tag are rejected.
- libopenarc - unlikely memory leak after memory allocation failures.
- libopenarc - Unlikely memory leak after memory allocation failures.
- libopenarc - The installed pkg-config file is more correct.
- libopenarc - U-labels (domain labels encoded as UTF-8) are allowed in `d=`
and `s=` tags.
- openarc - use after free.
- openarc - unlikely division by zero.
- openarc - small memory leak during config loading.
- openarc - Use after free.
- openarc - Unlikely division by zero.
- openarc - Small memory leak during config loading.

## 1.0.0 - 2024-10-18

Expand Down Expand Up @@ -79,7 +79,7 @@ Changes since the last Trusted Domain Project release.
as intended.
- milter - Log messages about the chain validation state use human-readable
strings for the state.
- milter - general overhaul of `Authentication-Results` parsing and
- milter - General overhaul of `Authentication-Results` parsing and
`ARC-Authentication-Results` generation, fixing multiple issues.
- milter - Removed incorrect reference count assertion.
- milter - Large ARC header sets are not truncated.
Expand Down

0 comments on commit 921a8e9

Please sign in to comment.