From b53f542a4a44d5cc22fe8eeb5c69333c7d670d35 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 18 Feb 2011 12:22:42 +0100 Subject: [PATCH] Upt version and NEWS for release --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- pazpar2.spec | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3643f8e..822be32 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +-- 1.5.3 2011/02/18 +- Fix for threaded runs: +Client now have a copy of the database URL, +which can used after the database has been release from the client. +This makes the logging in the connection idle timeout of the client nicer (no NOURL) +and should be thread-safe. +- tmarc.xsl: +Add journal-title-abbrev and full text. +- cf.xsl +New fields: isbn, issn, journaltitle, volume, issue +- Fix for cmd=record before search. +- Session Logging clean up +- Fix: wrong termlist factor when maxrecs is different from 100. + -- 1.5.2 2011/01/18 Fixes: - Missing pz:termlist_term_factor in settings.c messed up pz:preferred diff --git a/configure.ac b/configure.ac index d80a185..edd2fad 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.5.2],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.5.3],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/pazpar2.spec b/pazpar2.spec index e60bb22..f20e2e2 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -1,6 +1,6 @@ Summary: Metasearcher Name: pazpar2 -Version: 1.5.2 +Version: 1.5.3 Release: 1 License: GPL Group: Applications/Internet -- 1.7.10.4