From 27887daf3f84249585d2791cc8ded884444ae706 Mon Sep 17 00:00:00 2001 From: Stuart Gathman <stuart@gathman.org> Date: Tue, 13 Nov 2012 02:43:44 +0000 Subject: [PATCH] Release 0.9.7 --- pymilter.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pymilter.spec b/pymilter.spec index 5c10478..131bca4 100644 --- a/pymilter.spec +++ b/pymilter.spec @@ -6,7 +6,7 @@ Summary: Python interface to sendmail milter API Name: %{pythonbase}-pymilter -Version: 0.9.6 +Version: 0.9.7 Release: 1%{dist} Source: http://downloads.sourceforge.net/pymilter/pymilter-%{version}.tar.gz License: GPLv2+ @@ -78,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT * Sat Feb 25 2012 Stuart Gathman <stuart@bmsi.com> 0.9.7-1 - Raise RuntimeError when result != CONTINUE for @noreply and @nocallback - Remove redundant table in miltermodule +- Fix CNAME chain duplicating TXT records in Milter.dns (from pyspf). * Sat Feb 25 2012 Stuart Gathman <stuart@bmsi.com> 0.9.6-1 - Raise ValueError on unescaped '%' passed to setreply -- GitLab