From df8b0a83e237b1f7ff6722a2f10add5cafceeb9d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 2 Feb 2009 13:41:57 +0100 Subject: [PATCH] Update news. Version 3.0.42. --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ debian/rules | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8329188..204262a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,32 @@ +--- 3.0.42 2009/02/02 + +YAZ' RPM spec works for both SUSE Linux Enterprise and RedHat Fedora. + Added member named_result_sets for init handler struct for the GFS. This allows a server to disable named result sets. +Removed OID record syntax application-xml. + +Added support for rule-based transliterator for ICU wrapper of YAZ. + +Fixed bug #1902: yaz-icu XML output. + +Make YAZ checks Emacs friendly. + +BITSTRING value shows value. Bug #2346. + +ISO2709 decoding: skip control characters from indicator data. + +Omit sort key by default in yaz-icu's output. + +Allow combined single char options (again) for YAZ' options function. + +Utility yaz-marcdump got option to display YAZ version (-V). + +Allow YAZ to use ICU 3.4. + +Added new ICU test case which illustrates removal of diacritics. + --- 3.0.41 2008/12/29 Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too. diff --git a/configure.ac b/configure.ac index e60f8f8..41ccf45 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2009 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.41],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.42],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index a7156c6..078407b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.42-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 02 Feb 2009 13:34:01 +0100 + yaz (3.0.41-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index a0a08d6..3427a5f 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz3 (>= 3.0.39)' + dh_makeshlibs -V 'libyaz3 (>= 3.0.42)' dh_installdeb dh_shlibdeps -l debian/libyaz3/usr/lib dh_gencontrol -- 1.7.10.4