summaryrefslogtreecommitdiff
path: root/mail/milter-manager/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-03-14 12:30:41 +0000
committerobache <obache@pkgsrc.org>2013-03-14 12:30:41 +0000
commit51eece15f35644146db61b83c7b13ba818125d14 (patch)
treef0a578cc9134028d1ac0b27fddb3bc618f24ed00 /mail/milter-manager/Makefile
parent65a4d0f6cd39f5c7e7cd923fa43a06b6217e657b (diff)
downloadpkgsrc-51eece15f35644146db61b83c7b13ba818125d14.tar.gz
Update milter-manager to 1.8.6.
== [release-1-8-6] 1.8.6: 2013-03-04 A bug fix release of 1.8.5. === milter-core ==== Improvements * [core][event-loop] Add an API to customize event loop on your own. ==== Fixes * [core][event-loop] Fix to work broken libev backend with Ruby 1.9. === milter manager ==== Improvements * Add max-pending-finished-sessions as configuration option. If the number of current pending finished sessions is larger than 'max-pending-finished-sessions', the current pending finished sessions are freed immediately. === milter-client ==== Improvements * Add --max-pending-finished-sessions command line option. === Ruby milter ==== Improvements * Add an API to customize event loop on your own from Ruby. * Support manager.max_pending_finished_sessions. * Add API to reset when transaction is finished. Use this API to avoid not to share instance information for each transaction unexpectedly. === Document ==== Improvements * Add documentation about manager.max_pending_finished_sessions * Add API to reset transaction. ==== Fixes * Fix the default value of manager.maitenance_interval which is not correct.
Diffstat (limited to 'mail/milter-manager/Makefile')
-rw-r--r--mail/milter-manager/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile
index fec5d8c5ccb..379f5b6d0d6 100644
--- a/mail/milter-manager/Makefile
+++ b/mail/milter-manager/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2012/12/22 08:29:30 obache Exp $
+# $NetBSD: Makefile,v 1.27 2013/03/14 12:30:41 obache Exp $
#
-DISTNAME= milter-manager-1.8.5
+DISTNAME= milter-manager-1.8.6
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=milter-manager/}