File perl-Mail-DKIM.changes of Package perl-Mail-DKIM
-------------------------------------------------------------------
Mon Jul 20 15:08:05 CEST 2009 - varkoly@suse.de
- new version: 0.33
* signature wrapping was still messed up, hopefully all bugs fixed now
* signature wrapping would sometimes cause improper preparation of
DKIM signatures, with "simple" canonicalization (issue #2257046)
* test scripts:
* the included corpus is now verified using a fake-DNS resolver,
which means the test corpus can validate even when your DNS
servers are really slow
-------------------------------------------------------------------
Mon Jan 26 17:16:41 CET 2009 - varkoly@suse.de
- bnc#469321 - Requirements not met within perl-Mail-DKIM
-------------------------------------------------------------------
Tue Oct 28 14:26:54 CET 2008 - varkoly@suse.de
- nwe version 0.32
* removed requirement for Digest::SHA1 (issue #1832549).
We now use the more capable Digest::SHA module for SHA-1 and SHA-256.
* bugfixes:
* granularity checking should be case-sensitive (issue #1938112).
* identity tag now uses quoted-printable encoding (issue #1839015).
* API improvement:
* implemented identity_source() for DkSignature objects
-------------------------------------------------------------------
Wed Jul 16 23:12:40 CEST 2008 - varkoly@suse.de
- Initial version of perl-Mail-DKIM