From 1638b527d8ddf8917cee2b9533a31e2286b363f7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Sep 2011 14:40:40 +0200 Subject: [PATCH] Version 1.6.0 --- NEWS | 8 ++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ pazpar2.spec | 2 +- win/makefile | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 03049cd..6f496f8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.6.0 2011/09/12 + +Modify the behavior for the limit parameter (first defined in 1.5.7). +Mapping of limit searches are now defined by the new configuration item +pz:limitmap. Fix a dead-lock problem with the limit parameter. + +Extend tmarc.xsl to extract 773$g data (OpenURL). + --- 1.5.7 2011/08/19 ICU default maps remove backquote (`). diff --git a/configure.ac b/configure.ac index fc6ab7e..1975e86 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.5.7],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.6.0],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 9915130..eb6c4ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.0-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 12 Sep 2011 14:39:43 +0200 + pazpar2 (1.5.7-1indexdata) unstable; urgency=low * Upstream. diff --git a/pazpar2.spec b/pazpar2.spec index 789c74b..0fc5ff5 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -1,6 +1,6 @@ Summary: Metasearcher Name: pazpar2 -Version: 1.5.7 +Version: 1.6.0 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 07bb0d2..e6ce9b5 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.5.7 +PACKAGE_VERSION=1.6.0 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4