1.0.3 2019-11-22
 - Make error logging more explicit to aid debugging
 - Delete own_socketfile to resolve race condition where the permissions
   change fails on a Unix socket because it hasn't been created yet (libmilter
   will do this correctly on its own based on umask, the milter doesn't need
   to do it) (LP: #1849712)

1.0.2 2019-10-07
 - Fix startup logging so it provides information at a useful time
 - Fix message extraction so that signing in the same pass through the milter
   as verifying works correctly
 - Fix variable initialization so mailformed mails missing body From do not
   cause a traceback (LP: #1844161)
 - Catch more ascii encoding errors to improve resilience against bad data
   (LP: #1844189)
 - Fix sysv init so it works (LP: #1839487)

1.0.1 2019-02-11
 * Reorder milter start and dropping privileges so permissions on Unix socket
   are correct (LP: 1797720)
 - Make domain checks case insensitive for determining if signing should be
   done (LP: #1815311)
 - Add additional Sendmail configuration information to README from OpenDKIM
   update based on input from Дилян Палаузов (LP: #1801619)
 - Add information on Ed25519 key creation to README (LP: #1815313)

1.0.0 2018-05-11
 - Minor documentation updates
 - Deleted reference to obsolete syslog target in unit file

0.9.7 2018-03-19
 - Made sysv init executable
 - Add missing documentation key to system/dkimpy-milter.service
 - Put version directly in setup.py and do not import dkimpy_milter to ease
   install via pip
 - Minor sysv init improvments

0.9.6 2018-03-13
 - Fixed typo in package installation section of README
 - Added more to README about first run with systemd
 - Fixed typo in path for fallback location of the config file if one is not
   provided
 - Added protection for malformed From addresses.  If the From does not at
   least have an '@' in the address, then the signing domain is not extracted
   and the message will not be signed

0.9.5.1 2018-03-10
 - Add conf file location to systemd unit file
 - Fix setup.py install locations so they are installed correctly

0.9.5 2018-03-10
 - Beta 1 (updated Alpha -> Beta warning in README and trove classifiers)
 - Added support for MacroList option
 - Added support for MacroListVerify option
 - Added example in README to show use of MacroList* to separate inbound and
   outbound mail streams
 - Added support for SyslogSuccess option (both signing and verifying)
 - Rationalized logging to be much less verbose unless SyslogSuccess or
   debugLevel are set - default is generally start/stop/errors only
 - Fixed install_requires so either dnspython (preferred if neither is
   installed) or PyDNS satisfies the install requirements
 - Updated Authentication Results result comment not to mention key size for
   ed25519 signatures, since it's irrelevant
 - Enhanced signature verification logging to provide more useful information

0.9.4 2018-03-09
 - Create PID directory if it is missing
 - Fix crash when verifying if domain for signing was not set
 - Fix header folding to use \n only to align with milter protocol
   requirements
 - Added information about creating a dedicated user and PID file directory
   creation to README
 - Fixed a bug where dkim fail might be reported as pass when verifying
   multiple signatures and a previous signature had passed
 - Make RSA signatures in dkimpy-milter optional, so dkimpy-milter can be
   added after an existing DKIM signing application to add an Ed25519
   signature (Thanks to A. Schulze for the patch)
 - Added support for AuthservID option
 - Added support for InternalHosts option (ipaddress and either dns (dnspython)
   or pydns (DNS) modules are now required)
 - Added support for DiagnosticDirectory and updated dkimpy-milter specifics in
   dkimpy-milter.conf.5

0.9.3 2018-03-02
 - Fixup csl dataset processing for single item lists
 - file: dataset support
 - Bump minimum authres version to 1.1.0 due to known issues with 1.0.2
 - Ignore errors parsing broken authres header fields
 - Fold added authres header fields
 - Fix pidfile permissions
 - Fix socket setup sequence so Unix sockets work

0.9.2 2018-02-19
 - Improved package requirements definition
 - Added systemd unit file and (untested) sysv init file
 - Added dkim-milter.8 (based on opendim.8)
 - Implemented support for Canonicalization option
 - Implemented support for SyslogFacility option
 - Initial dataset support: csl
 - Only sign if mail from from a domain in Domain and only if Mode is not
   verfication only
   
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

