Bump version to 4.0.1 v4.0.1
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Jan 2010 13:57:51 +0000 (14:57 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Jan 2010 13:57:51 +0000 (14:57 +0100)
NEWS
configure.ac
debian/changelog
debian/rules

diff --git a/NEWS b/NEWS
index b5853d3..20bc36e 100644 (file)
--- 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
 
index ce9e760..66364e5 100644 (file)
@@ -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])
index 50b6cc7..4ac4866 100644 (file)
@@ -1,3 +1,9 @@
+yaz (4.0.1-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 26 Jan 2010 14:56:20 +0100
+
 yaz (4.0.0-2indexdata) unstable; urgency=low
 
   * Upstream.
index 0e24dcf..ab399bd 100755 (executable)
@@ -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