From 39d641e78e38ffb585618302c69e2ffc7bcf0a6a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Jun 2011 16:24:35 +0000 Subject: [PATCH] Version 2.0.48 --- NEWS | 7 +++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ idzebra.spec | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 936bfcd..13d5aca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 2.0.48 2011/06/28 + +Utility idebra-abs2dom part of distribution and deb+RPM packages. + +Fix problem with scan and complete subfields (:p) . In some cases, +the display scan terms, would be invalid. + --- 2.0.47 2011/05/24 RPM: Store libraries in /usr/lib64 on 64-bit platforms. diff --git a/configure.ac b/configure.ac index 3473ea9..1056abd 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.47],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.48],[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 bbe357d..22508ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.48-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 28 Jun 2011 16:08:00 +0000 + idzebra (2.0.47-1indexdata) unstable; urgency=low * Upstream. diff --git a/idzebra.spec b/idzebra.spec index a624c9e..4c22c30 100644 --- a/idzebra.spec +++ b/idzebra.spec @@ -1,5 +1,5 @@ Name: idzebra-2.0 -Version: 2.0.47 +Version: 2.0.48 Release: 1indexdata Requires: lib%{name}-modules = %{version} License: GPL -- 1.7.10.4