From adc1b6d30cf6fa1a9750e8a5d92b7828a71f54de Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 1 Jul 2010 13:05:09 +0200 Subject: [PATCH] Bump version to 1.4.3 Because we are working on RPMs for RHEL5/CentOS. --- NEWS | 1 + configure.ac | 2 +- etc/default.xml | 2 +- perf/bash/par.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b292ba7..07b3738 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ + --- 1.4.2 2010/06/18 Fix problem with result sets being removed from a client session diff --git a/configure.ac b/configure.ac index bc0966b..b6a5cba 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.4.2],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.4.3],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/etc/default.xml b/etc/default.xml index a3c5c7f..1e91636 100644 --- a/etc/default.xml +++ b/etc/default.xml @@ -1,7 +1,7 @@ - + diff --git a/perf/bash/par.sh b/perf/bash/par.sh index fb4e945..881e171 100755 --- a/perf/bash/par.sh +++ b/perf/bash/par.sh @@ -14,7 +14,7 @@ while test $r -lt $ROUNDS; do echo "$r" let i=0 while test $i -lt $NUMBER; do - ./client.sh $r.$i $PORT $SERVICE $SETTINGS >$r.$i.log 2>&1 & + ./client.sh --outfile=$r.$i --prefix=http://localhost:${PORT}/search.pz2 --service=$SERVICE >$r.$i.log 2>&1 & sleep $DELAY let i=$i+1 done -- 1.7.10.4