Release 0.9.0

This commit is contained in:
Stuart Gathman
2008-12-14 03:01:43 +00:00
parent a97dbb8fd9
commit 577c0bd134
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
%define __python python2.4
%define version 0.8.12
%define release 1%{?dist}.py24
%define version 0.9.0
%define release 1.el4
%define libdir %{_libdir}/pymilter
%define name pymilter
%define redhat7 0
@@ -76,7 +76,7 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Nov 24 2008 Stuart Gathman <stuart@bmsi.com> 0.8.12-1
* Mon Nov 24 2008 Stuart Gathman <stuart@bmsi.com> 0.9.0-1
- Split pymilter into its own CVS module
- Support chgfrom and addrcpt_par
- Support NS records in Milter.dns
+1 -1
View File
@@ -16,7 +16,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.8.12',
setup(name = "pymilter", version = '0.9.0',
description="Python interface to sendmail milter API",
long_description="""\
This is a python extension module to enable python scripts to