Release 0.5.1

This commit is contained in:
Stuart D. Gathman
2012-02-03 17:23:59 -05:00
parent 644916a653
commit b732e518e4
4 changed files with 12 additions and 4 deletions
+6 -1
View File
@@ -3,7 +3,7 @@
Summary: Python DKIM library
Name: %{pythonbase}-pydkim
Version: 0.5
Version: 0.5.1
Release: 1
Source0: http://hewgill.com/pydkim/pydkim-%{version}.tar.bz2
License: BSD-like
@@ -44,6 +44,11 @@ rm -rf $RPM_BUILD_ROOT
/usr/lib/%{__python}/site-packages/dkim/__main__.pyo
%changelog
* Fri Feb 03 2012 Stuart Gathman <stuart@bmsi.com> 0.5.1-1
- performance patch from https://launchpad.net/~petri Petri Lehtinen
- save parsed signatures in DKIM object
- do not require DNS/dnspython for signing
* Wed Oct 26 2011 Stuart Gathman <stuart@bmsi.com> 0.5-1
- raise KeyFormatError when missing required key parts in DNS
- test fail on extra headers in message