From 939c3f8bba75d2beaa59ca6302d7344f65fadd74 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Fri, 28 Jul 2017 01:36:24 -0400 Subject: [PATCH] Updated Changedlog and README. --- ChangeLog | 4 ++++ README | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 581558d..54ae92e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/README b/README index 3047946..082f3d0 100644 --- a/README +++ b/README @@ -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.