Update ChangeLog

This commit is contained in:
Stuart D. Gathman
2011-10-26 16:59:10 -04:00
parent f84927d7ed
commit cd4eb81fc2
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
UNRELEASED Version 0.5
2011-10-26 Version 0.5
- Add test case and fix for <https://launchpad.net/bugs/644046>
- Add test case and fix for <https://launchpad.net/bugs/737311>
- Fix dkim.fold()
-3
View File
@@ -1,8 +1,5 @@
Handle multiple DKIM-Signature header lines, ie. more than just the first one.
It should be possible to remove the dependency on dnspython by using something
like dig.
Better debug logging output.
General code cleanup.
+2
View File
@@ -29,6 +29,7 @@ Python DKIM library
%install
%{__python} setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
sed -i -e'/man1/d' INSTALLED_FILES
#grep '\.pyc$' INSTALLED_FILE | sed -e's/c$/o/' >>INSTALLED_FILES
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
cp -p man/*.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
@@ -40,6 +41,7 @@ rm -rf $RPM_BUILD_ROOT
%doc ChangeLog README LICENSE TODO
%{_mandir}/man1/dkimsign.1.gz
%{_mandir}/man1/dkimverify.1.gz
/usr/lib/%{__python}/site-packages/dkim/__main__.pyo
%changelog
* Wed Oct 26 2011 Stuart Gathman <stuart@bmsi.com> 0.5-1