From ba822e059b00112dd4f4c691213270334ded760c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 29 Apr 2010 13:06:14 +0200 Subject: [PATCH] Version 1.4.0 --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d0602ef..4ef5ae9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +--- 1.4.0 2010/03/29 + +Pazpar2 may operate in threaded mode. Enabled by element threads in +the configuration. See pazpar2_conf for details. + +New setting setting: pz:max_connections. Setting pz:max_connections is +a limit of number of sockets to a host. When this limit is reached, +Pazpar2 will wait up to 5 seconds for a connection to becomes available. +The client will be marked Client_Error when it can not be searched +(other clients in a session may work). If pz:max_connections is not set +for a target, a value of 30 will be used. Note: the pz:max_connections +will only work in threaded mode. + +pz2.js: JSON support for show. + +Debian package: Enable default service, default.xml, before starting +Pazpar2 only if there is no service already in /etc/pazpar2/services-enabled. + --- 1.3.0 2010/01/25 Debian version depends on on libyaz4. Note that Pazpar2 will still diff --git a/configure.ac b/configure.ac index 4345086..8f7a6de 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.3.0],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.4.0],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) -- 1.7.10.4