diff --git a/pymilter.spec b/pymilter.spec index e3566f763c84687c9741a75c357bd7da52e6be27..6d809820f9712d5928c9bfcde5348758b778463d 100644 --- a/pymilter.spec +++ b/pymilter.spec @@ -6,7 +6,7 @@ Summary: Python interface to sendmail milter API Name: %{pythonbase}-pymilter -Version: 0.9.5 +Version: 0.9.6 Release: 1%{dist} Source: http://downloads.sourceforge.net/pymilter/pymilter-%{version}.tar.gz License: GPLv2+ @@ -75,7 +75,10 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh rm -rf $RPM_BUILD_ROOT %changelog -* Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.5-1 +* Sat Feb 25 2012 Stuart Gathman <stuart@bmsi.com> 0.9.6-1 +- Raise ValueError on unescaped '%' passed to setreply + +* Fri Aug 19 2011 Stuart Gathman <stuart@bmsi.com> 0.9.5-1 - Print milter.error for invalid callback return type. (Since stacktrace is empty, the TypeError exception is confusing.) - Fix milter-template.py diff --git a/setup.py b/setup.py index ffbe12123353cd1da301c031b201162605051178..3800c9059ede21eafc891d640a0bd6e8b94628c4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ libs = ["milter"] libdirs = ["/usr/lib/libmilter"] # needed for Debian # NOTE: importing Milter to obtain version fails when milter.so not built -setup(name = "pymilter", version = '0.9.5', +setup(name = "pymilter", version = '0.9.6', description="Python interface to sendmail milter API", long_description="""\ This is a python extension module to enable python scripts to