Release 1.0.2

This commit is contained in:
Stuart D. Gathman
2016-12-13 14:15:56 -05:00
parent 2fa952e108
commit bc9d8c622b
5 changed files with 14 additions and 4 deletions
+6 -1
View File
@@ -10,7 +10,7 @@
Summary: Python interface to sendmail milter API
Name: %{pythonbase}-pymilter
Version: 1.0.1
Version: 1.0.2
Release: 1%{dist}
Source: https://github.com/sdgathman/pymilter/archive/pymilter-%{version}.tar.gz
Source1: pymilter.te
@@ -96,6 +96,11 @@ if [ $1 -eq 0 ] ; then
fi
%changelog
* Tue Dec 13 2016 Stuart Gathman <stuart@gathman.org> 1.0.2-1
- Fix the last setsymlist misspelling. Support in test framework and tests.
- Add @symlist decorator.
- Change body callback and a few other APIs to use bytes instead of str.
* Tue Sep 20 2016 Stuart Gathman <stuart@gathman.org> 1.0.1-1
- Support python3