Updated Changedlog and README.

This commit is contained in:
Scott Kitterman
2017-07-28 01:36:24 -04:00
parent 3f9660716e
commit 939c3f8bba
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,4 +1,7 @@
UNRELEASED Version 0.7.0 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 - Ported dkimsign.py to use argparse; now gives standard usage message and
is more extensible is more extensible
- Added command line options to dkimsign.py to select header and body - 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 draft-ietf-dcrup-dkim-crypto-02
- Added generation of rsafp DKIM signatures per - Added generation of rsafp DKIM signatures per
draft-ietf-dcrup-dkim-crypto-02 draft-ietf-dcrup-dkim-crypto-02
2017-05-30 Version 0.6.2 2017-05-30 Version 0.6.2
- Fixed problem with header folding that caused the first line to be - 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 folded too long (Updated test test_add_body_length since l= tag is no
+3
View File
@@ -20,6 +20,7 @@ REQUIREMENTS
and python 3.1 - 3.3. and python 3.1 - 3.3.
- dnspython or pydns. dnspython is preferred if both are present. - dnspython or pydns. dnspython is preferred if both are present.
- argparse. Standard library in python2.7 and later. - argparse. Standard library in python2.7 and later.
- authres. Needed only for ARC.
INSTALLATION INSTALLATION
@@ -95,6 +96,8 @@ Received Chain):
https://tools.ietf.org/html/draft-ietf-dmarc-arc-protocol-01 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 This new functionality is marked experimental because the protocol is still
under development. There are no guarantees about API stability or under development. There are no guarantees about API stability or
compatibility. compatibility.