Version 1.0.18
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Jun 2009 11:48:01 +0000 (13:48 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Jun 2009 11:48:01 +0000 (13:48 +0200)
NEWS
configure.ac
debian/changelog
debian/control

diff --git a/NEWS b/NEWS
index 70c0b6c..ed05a79 100644 (file)
--- 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.
index 4abe82f..73eab3e 100644 (file)
@@ -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])
 
index ec7d789..d944673 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.0.18-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 30 Jun 2009 13:42:16 +0200
+
 metaproxy (1.0.17-1indexdata) unstable; urgency=low
 
   * Upstream.
index f6048a1..58ab330 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 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