Move version definition to dkim_milter/__init__.py and improve setup.py requirements

This commit is contained in:
Scott Kitterman
2018-02-17 15:08:25 -05:00
parent a803de3f54
commit 716752e2fb
3 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
0.9.1 UNRELEASED
0.9.1 2018-02-17
- 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
0.9.2 UNRELEASED
- Improved pakcage requirements definition