2013-06-18 Vick Khera <vivek@khera.org>
* OpenDKIM.xs: char ** pointers break in 5.16, use char *& in
function _dkim_diffheaders().
* Makefile.PL: -O2 causes _dkim_ohdrs() to segfault with perl 5.16
and gcc 4.2.1 on FreeBSD 9.1, so build instead with -O0.
2013-02-28 Vick Khera <vivek@khera.org>
* OpenDKIM.xs: dkim_get_msgdate function seems to not be in 2.7
either, cannot tell if it is in 2.6 so just disabling it if
older than 2.7.
2013-02-28 Vick Khera <vivek@khera.org>
* lib/Mail/OpenDKIM.pm: updated to support OpenDKIM 2.8.0 API,
keeping backwards compatibility with 2.7 API.
2012-03-14 Vick Khera <vivek@khera.org>
* lib/Mail/OpenDKIM.pm: updated for OpenDKIM 2.5.0 API; this is
not backwards compatible with older OpenDKIM
2011-06-16 Nigel Horne <nigel@mailermailer.com>
* fix tests that fail with OpenDKIM2.4.0
* Makefile.PL: added better (i.e. fatal) test to check that the
OpenDKIM library has been installed
2011-05-24 Vivek Khera <vivek@mailermailer.com>
* lib/Mail/OpenDKIM/Signer.pm fix incompatibility with mod_perl,
which does not run INIT blocks. Do dkim_init on first call to
sign() method.
2011-05-18 Vivek Khera <vivek@mailermailer.com>
* lib/Mail/OpenDKIM/Signer.pm make dkim object a singleton.
2011-04-27 Nigel Horne <nigel@mailermailer.com>
* OpenDKIM Initial Release version 3186