diff --git a/makefile b/makefile index b943e0476e06fe6201ac1223050a04846d0d537a..008d236cd6258525304e69b4cdafd2353c9bc51d 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 6d809820f9712d5928c9bfcde5348758b778463d..4e912111671ec3c09659fbd06d744df65bb1dc96 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.