Update man 1 arcsign for addition of srv_id to options

This commit is contained in:
Scott Kitterman
2019-04-14 22:41:14 -04:00
parent a1b6e73ae1
commit faf2eb330a
2 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ UNRELEASED Version 0.9.2
fields with an authserv-id that matches srv_id will be considered for
ARC signing)
- Fix cv=none processing for initial signature in chain
- Add additional text documenting use of srv_id for ARC signing
(LP: #1808301)
- Add additional text documenting use of srv_id for ARC signing to
docstrings and man 1 arcsign (LP: #1808301)
- Refactor canonicalization.py strip_trailing_lines to avoid using re for
more consistent processing across python versions (Thanks to Jonathan
Bastien-Filiatrault for the change)