From 2ec784ea754c54d242def60669657253a903c3c9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Jun 2009 13:48:01 +0200 Subject: [PATCH] Version 1.0.18 --- NEWS | 9 +++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 70c0b6c..ed05a79 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.0.18 2009/06/30 + +Added limit filter to put sleep (penalty) for heavy use. + +Filter frontend_net may be configured to limit the number of new connections +from same IP to some value (connect-max). + +Fixed the load_balance filter. + --- 1.0.17 2009/06/16 Fix path for metaproxy executable for Debian init.d script. diff --git a/configure.ac b/configure.ac index 4abe82f..73eab3e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.17],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.18],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index ec7d789..d944673 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.0.18-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 30 Jun 2009 13:42:16 +0200 + metaproxy (1.0.17-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index f6048a1..58ab330 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra -Build-Depends: debhelper (>= 4), libyaz3-dev, libyazpp3-dev (>= 1.1.2), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev, libgnutls-dev +Build-Depends: debhelper (>= 4), libyaz3-dev, libyazpp3-dev (>= 1.1.3), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev, libgnutls-dev Package: metaproxy Section: net -- 1.7.10.4