Version 1.4.0
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 29 Apr 2010 11:06:14 +0000 (13:06 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 29 Apr 2010 11:06:14 +0000 (13:06 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d0602ef..4ef5ae9 100644 (file)
--- 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
index 4345086..8f7a6de 100644 (file)
@@ -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)