diff --git a/pymilter.spec b/pymilter.spec index 812510d47ae0ccc4765d9dccbf44e74d1c1f5cf7..ed10891d8fa68122d06366424b1c2df4356c756c 100644 --- a/pymilter.spec +++ b/pymilter.spec @@ -75,9 +75,11 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.4-1 +- Handle IP6 in Milter.utils.iniplist() +- python-2.6 * Thu Jul 02 2009 Stuart Gathman <stuart@bmsi.com> 0.9.3-1 -- Handle source route in Milter.util.parse_addr() +- Handle source route in Milter.utils.parse_addr() - Fix default arg in chgfrom. - Disable negotiate callback for libmilter < 8.14.3 (1,0,1) diff --git a/setup.py b/setup.py index 0f265c1de029353ce733fd5900ae9e4ea620667b..006f2986e396bb51e3148b9662726af3406e0b1e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ if sys.version < '2.2.3': DistributionMetadata.download_url = None # NOTE: importing Milter to obtain version fails when milter.so not built -setup(name = "pymilter", version = '0.9.3', +setup(name = "pymilter", version = '0.9.4', description="Python interface to sendmail milter API", long_description="""\ This is a python extension module to enable python scripts to