Update versions to 0.4.1 and correct/update Changelog.

This commit is contained in:
Scott Kitterman
2011-06-15 08:49:20 -05:00
parent 2eeec91fc1
commit 86077755b2
4 changed files with 10 additions and 7 deletions
+7 -4
View File
@@ -1,12 +1,15 @@
Not yet released
- when producing Relaxed mode signatures, the partial DKIM-Signature
header must be canonicalized before hashing (Martin Pool)
<https://launchpad.net/bugs/587783>
2011-06-15 Version 0.4.1
- Fix python3 compatibility bugs
- Correct Changelog and release versions
2011-06-14 Version 0.4
- new API: class DKIM to retrieve domain and other info after verify
- Add support for python3
- pydns driver tested and fixed
- when producing Relaxed mode signatures, the partial DKIM-Signature
header must be canonicalized before hashing (Martin Pool)
<https://launchpad.net/bugs/587783>
- other bug fixes
2008-06-25 Version 0.3
+1 -1
View File
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: pydkim
Version: 0.4
Version: 0.4.1
Summary: DKIM (DomainKeys Identified Mail)
Home-page: http://hewgill.com/pydkim/
Author: Greg Hewgill
+1 -1
View File
@@ -8,7 +8,7 @@ signing and verification.
VERSION
This is pydkim 0.4.
This is pydkim 0.4.1.
REQUIREMENTS
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.4"
version = "0.4.1"
setup(
name = "pydkim",