From 7bbff660002a211b420694c67017c33d41ec0039 Mon Sep 17 00:00:00 2001 From: Stuart Gathman <stuart@gathman.org> Date: Thu, 4 Jan 2007 18:04:37 +0000 Subject: [PATCH] Release 0.8.7 --- MANIFEST.in | 1 + NEWS | 1 + milter.spec | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 383e0b6..b94f91c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,7 @@ include NEWS include HOWTO include CREDITS include README +include ChangeLog include MANIFEST.in include testsample.py include testmime.py diff --git a/NEWS b/NEWS index 5069886..5482ebd 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ Here is a history of user visible changes to Python milter. 0.8.7 Move spf module to pyspf Prevent PTR cache poisoning More lame bounce heuristics + Do plain CBV when template is missing 0.8.6 Support CBV timeout Support fail template, headers in templates Create GOSSiP record only when connection will procede to DATA. diff --git a/milter.spec b/milter.spec index 6bb15cf..c674a29 100644 --- a/milter.spec +++ b/milter.spec @@ -151,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT %files -f INSTALLED_FILES %defattr(-,root,root) -%doc README HOWTO NEWS TODO CREDITS sample.py +%doc README HOWTO ChangeLog NEWS TODO CREDITS sample.py /etc/logrotate.d/milter /etc/cron.daily/milter %ifos aix4.1 @@ -178,6 +178,7 @@ rm -rf $RPM_BUILD_ROOT - More lame bounce heuristics - SPF moved to pyspf RPM - wiretap archive option +- Do plain CBV if missing template * Tue May 23 2006 Stuart Gathman <stuart@bmsi.com> 0.8.6-2 - Support CBV timeout - Support fail template, headers in templates -- GitLab