Update for version 0.5.4.

Fixed error in FWS regular expression that cause some valid signatures
fail verification (Thanks to Peter Palfrader (weasel) for the patch)
This commit is contained in:
Scott Kitterman
2013-06-09 22:43:29 -04:00
parent a5e10c1a98
commit fd0caddf16
5 changed files with 13 additions and 7 deletions
+8 -3
View File
@@ -1,9 +1,14 @@
UNRELEASED Version 0.5.3
- Make key parsing error messages more specific to help troubleshooting
(Based on user feedback)
2013-06-10 Version 0.5.4
- Fixed error in FWS regular expression that cause some valid signatures
to fail verification (Thanks to Peter Palfrader (weasel) for the patch)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711751
- Change dkimsign.py to sign the default (recommended) set of headers
instead of all headers
2012-10-27 Version 0.5.3
- Make key parsing error messages more specific to help troubleshooting
based on user feedback
2012-06-13 Version 0.5.2
- Change canonicalization defaults to work around issues with different
verification implementations <https://launchpad.net/bugs/939128>