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

Release 0.9.5

parent 720db3d7
Branches
Tags
No related merge requests found
...@@ -31,7 +31,7 @@ PROJECT_NAME = pymilter ...@@ -31,7 +31,7 @@ PROJECT_NAME = pymilter
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 0.9.3 PROJECT_NUMBER = 0.9.5
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# Copyright 2001,2009 Business Management Systems, Inc. # Copyright 2001,2009 Business Management Systems, Inc.
# This code is under the GNU General Public License. See COPYING for details. # This code is under the GNU General Public License. See COPYING for details.
__version__ = '0.9.3' __version__ = '0.9.5'
import os import os
import milter import milter
...@@ -538,7 +538,7 @@ class Milter(Base): ...@@ -538,7 +538,7 @@ class Milter(Base):
# change in configuration. # change in configuration.
factory = Milter factory = Milter
## @fn void set_flags(int flags); ## @fn set_flags(flags)
# @brief Enable optional %milter actions. # @brief Enable optional %milter actions.
# Certain %milter actions need to be enabled before calling milter.runmilter() # Certain %milter actions need to be enabled before calling milter.runmilter()
# or they throw an exception. # or they throw an exception.
......
...@@ -2,8 +2,8 @@ web: ...@@ -2,8 +2,8 @@ web:
doxygen doxygen
rsync -ravK doc/html/ spidey2.bmsi.com:/Public/pymilter rsync -ravK doc/html/ spidey2.bmsi.com:/Public/pymilter
VERSION=0.9.4 VERSION=0.9.5
CVSTAG=pymilter-0_9_4 CVSTAG=pymilter-0_9_5
PKG=pymilter-$(VERSION) PKG=pymilter-$(VERSION)
SRCTAR=$(PKG).tar.gz SRCTAR=$(PKG).tar.gz
......
...@@ -74,6 +74,10 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh ...@@ -74,6 +74,10 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Mar 02 2010 Stuart Gathman <stuart@bmsi.com> 0.9.5-1
- Print milter.error for invalid callback return type.
(Since stacktrace is empty, the TypeError exception is confusing.)
* 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() - Handle IP6 in Milter.utils.iniplist()
- python-2.6 - python-2.6
......
...@@ -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.4', setup(name = "pymilter", version = '0.9.5',
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