From 4cd30fbad4b8505f8f5b83f4f7ed6a22889f57bc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Jan 2010 14:57:51 +0100 Subject: [PATCH] Bump version to 4.0.1 --- NEWS | 18 ++++++++++++++++-- configure.ac | 2 +- debian/changelog | 6 ++++++ debian/rules | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b5853d3..20bc36e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ -ZOOM_record_get supports new parameter "format" which makes it format -XML record content. +--- 4.0.1 2010/01/26 + +New glob file pattern utility. Like POSIX glob. For Windows too. Refer to +yaz/file_glob.h. + +New simple local-file XML include facility which allows file glob-patterns. +Refer to yaz/xml_include.h. + +Utility yaz-json-parse which parses JSON and demonstrates the JSON parser +API. + +ZOOM_record_get supports new parameter "format" which makes it format XML +record content. + +Fix JSON parser WRT start symbol. The start grammar symbol (referred to as +JSONText in ECMA-262) is JSONValue, not JSONObject. --- 4.0.0 2010/01/20 diff --git a/configure.ac b/configure.ac index ce9e760..66364e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2010 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.0.0],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.0.1],[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 50b6cc7..4ac4866 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.0.1-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 26 Jan 2010 14:56:20 +0100 + yaz (4.0.0-2indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 0e24dcf..ab399bd 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz4 (>= 4.0.0)' + dh_makeshlibs -V 'libyaz4 (>= 4.0.1)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol -- 1.7.10.4