~ar-python-hackers/authentication-results-python/trunk

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Scott Kitterman
  • Date: 2018-10-30 03:44:32 UTC
  • Revision ID: scott@kitterman.com-20181030034432-mtoe0qvj31wavzjf
Tags: 1.1.1
--- 1.1.1 2018-10-30
  + Added ARC specific tags for draft-ietf-dmarc-arc-protocol-18 (as of IETF
    last call, still experimental), smtp.remote-ip and header.oldest-pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   ! = Changed something significant, or removed a feature
5
5
#   * = Fixed a bug, or made a minor improvement
6
6
 
 
7
--- 1.1.1 2018-10-30
 
8
  + Added ARC specific tags for draft-ietf-dmarc-arc-protocol-18 (as of IETF
 
9
    last call, still experimental), smtp.remote-ip and header.oldest-pass
 
10
 
 
11
--- 1.1.0 2018-03-02
 
12
  + Changed from distutils to setuptools because it's the future
 
13
  + Implement RFC 7601 SHOULD to ignore unknown method identifiers (2.7.6):
 
14
  + Discard unknown ptypes and associated properties
 
15
  + Added tests to document errors raised by different kinds of broken header
 
16
    fields
 
17
 
 
18
--- 1.0.2 2018-02-16
 
19
  + Added DKIM 'a' property so signature algorithm can be reported as proposed
 
20
    for inclusion in draft-ietf-dmarc-rfc7601bis (experimental)
 
21
  + Added match_signature_algorithm to the DKIMAuthenticationResult class to
 
22
    make it easier to find the correct DKIM result based on both domain and
 
23
    algorithm
 
24
  + Added DKIM 's' property so signature algorithm can be reported as proposed
 
25
    for inclusion in draft-ietf-dmarc-rfc7601bis (experimental)
 
26
 
 
27
--- 1.0.1 (2017-08-04)
 
28
  + Extended experimental support for ARC results
 
29
 
 
30
--- 1.0.0 (2017-07-14)
 
31
  + Added initial experimental support for ARC results
 
32
  + Swith to sematic versioning scheme and only set version in setup.py and
 
33
    __init__
 
34
 
7
35
--- 0.900 (2016-12-11)
8
36
  + Add support for RFC 7601 use of SMTP auth with the mailfrom property
9
37
  * Updated README and docstring reference to refer to RFC 7601
10
38
 
11
 
--- 0.800 (2015-03-09 22:40 -0400))
 
39
--- 0.800 (2015-03-09 22:40 -0400)
12
40
  + Add support for RFC 7293, The Require-Recipient-Valid-Since Header Field
13
41
    and SMTP Service Extension, header field types
14
42