From f8e0cba7726a4d13045f59111f9cb29f3ee63446 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Fri, 9 Aug 2019 11:46:28 -0400 Subject: [PATCH] Documentation updates --- ChangeLog | 2 +- README | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc8d164..1accd44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -UNRELEASED Version 0.9.3 +2019-08-09 Version 0.9.3 - Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham Gopalakrishnan for the report and the patch) - Fix default canonicalization for DKIM signature verification to be diff --git a/README b/README index d9be3d9..ee363e7 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ installing using setup.py, the following incantation is required because setuptools developers decided not being able to do this by default is a feature: -python setup.py install --single-version-externally-managed --record=/dev/null +python3 setup.py install --single-version-externally-managed --record=/dev/null DOCUMENTATION @@ -48,11 +48,11 @@ TESTING To run dkimpy's test suite: - PYTHONPATH=. python dkim + PYTHONPATH=. python3 dkim or - python test.py + python3 test.py or - PYTHONPATH=. python -m unittest dkim.tests.test_suite + PYTHONPATH=. python3 -m unittest dkim.tests.test_suite Alternatively, if you have testrepository installed: @@ -154,6 +154,8 @@ unlikely. In addition to arcsign and arcverify, the dkim module now provides arc_sign and arc_verify functions as well as an ARC class. +Both DKIM ed25519 and ARC are now considered stable (no longer experimantal). + FEEDBACK Bug reports may be submitted to the bug tracker for the dkimpy project on