From 0514c5aa347e99dc9eab92cd54ca308c47d552d3 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Wed, 13 Jun 2012 00:28:10 -0400 Subject: [PATCH] Bump versions to 0.5.2 and add Changelog for 0.5.2. --- ChangeLog | 8 ++++++++ PKG-INFO | 2 +- README | 2 +- setup.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 80b5960..1cd1983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-06-13 Verion 0.5.2 + - Change canonicalization defaults to work around issues with different + verification implementations + - 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 diff --git a/PKG-INFO b/PKG-INFO index 771a153..07bd5f4 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: dkimpy -Version: 0.5.1 +Version: 0.5.2 Summary: DKIM (DomainKeys Identified Mail) Home-page: https://launchapd.net/dkimpy Author: Scott Kitterman diff --git a/README b/README index 1a66511..6c9106b 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ signing and verification. VERSION -This is dkimpy 0.5.1. +This is dkimpy 0.5.2. REQUIREMENTS diff --git a/setup.py b/setup.py index 5ee89ee..6026f5a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from distutils.core import setup import os -version = "0.5.1" +version = "0.5.2" setup( name = "dkimipy",