Updated Changedlog and README.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
UNRELEASED Version 0.7.0
|
||||
- Updated ARC implementation to support https://tools.ietf.org/html/
|
||||
draft-ietf-dmarc-arc-protocol-08
|
||||
- Authres module now required for ARC
|
||||
- Ported dkimsign.py to use argparse; now gives standard usage message and
|
||||
is more extensible
|
||||
- Added command line options to dkimsign.py to select header and body
|
||||
@@ -12,6 +15,7 @@ UNRELEASED Version 0.7.0
|
||||
draft-ietf-dcrup-dkim-crypto-02
|
||||
- Added generation of rsafp DKIM signatures per
|
||||
draft-ietf-dcrup-dkim-crypto-02
|
||||
|
||||
2017-05-30 Version 0.6.2
|
||||
- Fixed problem with header folding that caused the first line to be
|
||||
folded too long (Updated test test_add_body_length since l= tag is no
|
||||
|
||||
@@ -20,6 +20,7 @@ REQUIREMENTS
|
||||
and python 3.1 - 3.3.
|
||||
- dnspython or pydns. dnspython is preferred if both are present.
|
||||
- argparse. Standard library in python2.7 and later.
|
||||
- authres. Needed only for ARC.
|
||||
|
||||
INSTALLATION
|
||||
|
||||
@@ -95,6 +96,8 @@ Received Chain):
|
||||
|
||||
https://tools.ietf.org/html/draft-ietf-dmarc-arc-protocol-01
|
||||
|
||||
Updated to support -08 for 0.7.
|
||||
|
||||
This new functionality is marked experimental because the protocol is still
|
||||
under development. There are no guarantees about API stability or
|
||||
compatibility.
|
||||
|
||||
Reference in New Issue
Block a user