From 1ba522e5013d1800287935c1908b490a7756e755 Mon Sep 17 00:00:00 2001
From: Stuart Gathman <stuart@gathman.org>
Date: Fri, 19 Aug 2011 04:57:20 +0000
Subject: [PATCH] Release 0.9.5

---
 pymilter.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pymilter.spec b/pymilter.spec
index 8a7b70b..e3566f7 100644
--- a/pymilter.spec
+++ b/pymilter.spec
@@ -6,7 +6,7 @@
 
 Summary: Python interface to sendmail milter API
 Name: %{pythonbase}-pymilter
-Version: 0.9.4
+Version: 0.9.5
 Release: 1%{dist}
 Source: http://downloads.sourceforge.net/pymilter/pymilter-%{version}.tar.gz
 License: GPLv2+
@@ -79,6 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 - Print milter.error for invalid callback return type.
   (Since stacktrace is empty, the TypeError exception is confusing.)
 - Fix milter-template.py
+- Tweak Milter.utils.addr2bin and Milter.dynip to handle IP6
 
 * Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.4-1
 - Handle IP6 in Milter.utils.iniplist()
-- 
GitLab