From: Adam Dickmeiss Date: Thu, 20 Mar 2008 11:00:57 +0000 (+0100) Subject: Version 1.3.3. X-Git-Tag: v1.3.3~2 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=68b64d522e3196a8d593a3f683ef95aaf9e5e713;ds=sidebyside Version 1.3.3. --- diff --git a/NEWS b/NEWS index 1f0220b..9a0abf1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.3.3 2008/03/20 + +Added support for limiting the number of sockets (connections) to +a particular backend. The new setting is called 'max-sockets' and +must be defined in the target section. + +API verson 3 of USEMARCON is used. Patch by Ere Maijala. + --- 1.3.2 2008/02/29 Added option -D for yazproxy which puts yazproxy in background after diff --git a/configure.ac b/configure.ac index d8a317e..7671bfd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl yazproxy, Index Data 1994-2008 dnl See the file LICENSE for details. dnl $Id: configure.ac,v 1.20 2008-02-22 14:59:57 adam Exp $ AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.2],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.3],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index 86b921f..8883cfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazproxy (1.3.3-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 20 Mar 2008 11:47:33 +0100 + yazproxy (1.3.2-1) unstable; urgency=low * Upstream.