From f3b96837fa4c86d0f10a9b167f94e897338bd16c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 21 Feb 2011 12:52:35 +0100 Subject: [PATCH] Version 4.1.4 --- NEWS | 12 +++++++++++- configure.ac | 2 +- debian/changelog | 6 ++++++ yaz.spec | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ff42413..c86ab04 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ ---- 4.1.3 2011/01/27 +--- 4.1.4 2011/02/21 + +yaz-client: show may XML format records. Command show followed by 'format' +will format XML records retrieved using Libxml2's xmlDocDumpFormatMemory +function. + +src/stemmer.c: Avoid using unnamed union. It is not supported by some +older C compilers. +For PHPYAZ: set YAZVERSION, not YAZ_VERSION. + +--- 4.1.3 2011/01/27 Update yaz.spec to operate on both SLES11 / Centos 5.5. RPM: Release includes 'indexdata' name. Use indexdata in release name so diff --git a/configure.ac b/configure.ac index d6cd276..e295e4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2011 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.1.3],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.1.4],[yaz-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 b3d30a9..b2025f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.1.4-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 21 Feb 2011 12:51:04 +0100 + yaz (4.1.3-1indexdata) unstable; urgency=low * Upstream. diff --git a/yaz.spec b/yaz.spec index e0c1052..8e4b351 100644 --- a/yaz.spec +++ b/yaz.spec @@ -5,7 +5,7 @@ Name: yaz Summary: Z39.50 Programs -Version: 4.1.3 +Version: 4.1.4 Release: 1indexdata # determine system -- 1.7.10.4