Update ChangeLog

This commit is contained in:
Stuart D. Gathman
2011-06-15 10:35:32 -04:00
parent 1f89083c1a
commit f9760261bb
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
2011-06-15 Version 0.4.1 2011-06-15 Version 0.4.1
- Fix some except clauses for python3 - Fix some except clauses for python3
- Correct Changelog and release versions - Correct Changelog and release versions
- Add test case for <https://launchpad.net/bugs/587783>
- add back dkim.Relaxed and dkim.Simple constants
2011-06-14 Version 0.4 2011-06-14 Version 0.4
+2
View File
@@ -44,6 +44,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jun 15 2011 Stuart Gathman <stuart@bmsi.com> 0.4.1-1 * Wed Jun 15 2011 Stuart Gathman <stuart@bmsi.com> 0.4.1-1
- fix except clauses for python3 - fix except clauses for python3
- Add test case for <https://launchpad.net/bugs/587783>
- add back dkim.Relaxed and dkim.Simple constants
* Tue Jun 14 2011 Stuart Gathman <stuart@bmsi.com> 0.4-1 * Tue Jun 14 2011 Stuart Gathman <stuart@bmsi.com> 0.4-1
- class DKIM API - class DKIM API