From e4e44d1916c6e80e01aad163b487ee41c22272ba Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 24 May 2011 13:55:12 +0000 Subject: [PATCH 1/1] Version 2.0.47 --- NEWS | 10 ++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ idzebra.spec | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8444ab9..936bfcd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 2.0.47 2011/05/24 + +RPM: Store libraries in /usr/lib64 on 64-bit platforms. + +Zebra honors SRU sortkeys. If used with YAZ 4.2.0 or later, +CQL sortby is honored as well. + +Fix scan's handling of normalized terms. Some terms were incorrectly +ignored in the scan results, CJK terms in particular. + --- 2.0.46 2011/03/23 Fix bug in dictionary component of Zebra that could lead to diff --git a/configure.ac b/configure.ac index 03d238b..e4d778d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl This file is part of the Zebra server. dnl Copyright (C) 1994-2011 Index Data dnl AC_PREREQ(2.60) -AC_INIT([idzebra],[2.0.46],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.47],[zebra-help@indexdata.dk]) AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) diff --git a/debian/changelog b/debian/changelog index 65f3b5b..bbe357d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.47-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 24 May 2011 11:53:01 +0000 + idzebra (2.0.46-1indexdata) unstable; urgency=low * Upstream. diff --git a/idzebra.spec b/idzebra.spec index e1f4533..426c51f 100644 --- a/idzebra.spec +++ b/idzebra.spec @@ -1,5 +1,5 @@ Name: idzebra-2.0 -Version: 2.0.46 +Version: 2.0.47 Release: 1indexdata Requires: lib%{name}-modules = %{version} License: GPL -- 1.7.10.4