From 8f4a82794c1dabca2bd3463bab27f276166332ba Mon Sep 17 00:00:00 2001 From: Stuart Gathman <stuart@gathman.org> Date: Sat, 3 Mar 2012 18:51:56 +0000 Subject: [PATCH] Release 0.9.6 --- makefile | 4 ++-- pymilter.spec | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index b943e04..008d236 100644 --- a/makefile +++ b/makefile @@ -2,8 +2,8 @@ web: doxygen rsync -ravK doc/html/ spidey2.bmsi.com:/Public/pymilter -VERSION=0.9.5 -CVSTAG=pymilter-0_9_5 +VERSION=0.9.6 +CVSTAG=pymilter-0_9_6 PKG=pymilter-$(VERSION) SRCTAR=$(PKG).tar.gz diff --git a/pymilter.spec b/pymilter.spec index 6d80982..4e91211 100644 --- a/pymilter.spec +++ b/pymilter.spec @@ -77,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Sat Feb 25 2012 Stuart Gathman <stuart@bmsi.com> 0.9.6-1 - Raise ValueError on unescaped '%' passed to setreply +- Grace time at end of Greylist window * Fri Aug 19 2011 Stuart Gathman <stuart@bmsi.com> 0.9.5-1 - Print milter.error for invalid callback return type. -- GitLab