Bump versions to 0.5.2 and add Changelog for 0.5.2.

This commit is contained in:
Scott Kitterman
2012-06-13 00:28:10 -04:00
parent e0a2e9588b
commit 0514c5aa34
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -1,3 +1,11 @@
2012-06-13 Verion 0.5.2
- Change canonicalization defaults to work around issues with different
verification implementations <https://launchpad.net/bugs/939128>
- Fully fold DKIM-Signature on sign, and ignore FWS in b= value on verify
- Fix hashing problem while signing using sha1
- Trap NXDOMAIN exception with dnspython
- Other minor bug fixes
2012-02-03 Version 0.5.1
- Rename tarball to dkimpy to avoid confusion with original project
- Apply performance patch from <https://launchpad.net/bugs/901591>