Skip to content
Snippets Groups Projects
Commit 4b2c08c0 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Release 0.9.4

parent 953e8a61
No related branches found
No related tags found
No related merge requests found
...@@ -75,9 +75,11 @@ rm -rf $RPM_BUILD_ROOT ...@@ -75,9 +75,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.4-1 * 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 * 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. - Fix default arg in chgfrom.
- Disable negotiate callback for libmilter < 8.14.3 (1,0,1) - Disable negotiate callback for libmilter < 8.14.3 (1,0,1)
......
...@@ -17,7 +17,7 @@ if sys.version < '2.2.3': ...@@ -17,7 +17,7 @@ if sys.version < '2.2.3':
DistributionMetadata.download_url = None DistributionMetadata.download_url = None
# NOTE: importing Milter to obtain version fails when milter.so not built # 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", description="Python interface to sendmail milter API",
long_description="""\ long_description="""\
This is a python extension module to enable python scripts to This is a python extension module to enable python scripts to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment