From f6157a006d644385080fd4553f7d83b211f15a70 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sat, 17 Feb 2018 03:59:17 -0500 Subject: [PATCH] Add initial CHANGES file --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..96f6bc5 --- /dev/null +++ b/CHANGES @@ -0,0 +1,8 @@ + +0.9.1 UNRELEASED + - DKIM signing and verification using both RSA and Ed25519 + - The following configuration options are supported (same definition as + OpenDKIM): Domain, KeyFile, KeyFileEd25519, Mode, PidFile, Selector, + Socket, Syslog, UMask, and UserID (see dkimpy-milter.conf.5) + - This is an Alpha grade release and while the implemented features work, it + is nowhere near being a complete package