From e8c5841f32eada56c9eedfe1c2e7646badc2c680 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 19 Aug 2011 13:36:49 +0200 Subject: [PATCH 1/1] Version 1.5.7 --- NEWS | 10 ++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ pazpar2.spec | 2 +- win/makefile | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e93ed19..03049cd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.5.7 2011/08/19 + +ICU default maps remove backquote (`). + +Command 'search' takes limit parameter (optional). The limit parameter +allows a search to be limited one or more facets and the corresponding +values. This is for server side filtering. + +Configure tweak: Use -lm for log(3) if needed + --- 1.5.6 2011/04/15 Fix a problem with skiparticle sortkey that could be completely diff --git a/configure.ac b/configure.ac index 8c56c52..fc6ab7e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.5.6],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.5.7],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 4cde1a3..9915130 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.5.7-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 19 Aug 2011 13:29:58 +0200 + pazpar2 (1.5.6-1indexdata) unstable; urgency=low * Upstream. diff --git a/pazpar2.spec b/pazpar2.spec index ea255bd..789c74b 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -1,6 +1,6 @@ Summary: Metasearcher Name: pazpar2 -Version: 1.5.6 +Version: 1.5.7 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index fd49e92..5a84b35 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.6 +PACKAGE_VERSION=1.5.7 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4