@@ -24,17 +24,17 @@ All notable changes to this project will be documented in this file.
24
24
- libopenarc - String arguments are marked as ` const ` where applicable.
25
25
26
26
### Fixed
27
- - libopenarc - seals on failed chains only cover the latest ARC header set,
27
+ - libopenarc - Seals on failed chains only cover the latest ARC header set,
28
28
as required by RFC 8617 section 5.1.2.
29
- - libopenarc - signing with simple header canonicalization works.
29
+ - libopenarc - Signing with simple header canonicalization works.
30
30
- libopenarc - ARC headers with a misplaced instance tag are rejected.
31
- - libopenarc - unlikely memory leak after memory allocation failures.
31
+ - libopenarc - Unlikely memory leak after memory allocation failures.
32
32
- libopenarc - The installed pkg-config file is more correct.
33
33
- libopenarc - U-labels (domain labels encoded as UTF-8) are allowed in ` d= `
34
34
and ` s= ` tags.
35
- - openarc - use after free.
36
- - openarc - unlikely division by zero.
37
- - openarc - small memory leak during config loading.
35
+ - openarc - Use after free.
36
+ - openarc - Unlikely division by zero.
37
+ - openarc - Small memory leak during config loading.
38
38
39
39
## 1.0.0 - 2024-10-18
40
40
@@ -79,7 +79,7 @@ Changes since the last Trusted Domain Project release.
79
79
as intended.
80
80
- milter - Log messages about the chain validation state use human-readable
81
81
strings for the state.
82
- - milter - general overhaul of ` Authentication-Results ` parsing and
82
+ - milter - General overhaul of ` Authentication-Results ` parsing and
83
83
` ARC-Authentication-Results ` generation, fixing multiple issues.
84
84
- milter - Removed incorrect reference count assertion.
85
85
- milter - Large ARC header sets are not truncated.
0 commit comments