Version 3.0.50 v3.0.50
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 2 Nov 2009 13:24:31 +0000 (14:24 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 2 Nov 2009 13:24:31 +0000 (14:24 +0100)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index b574e27..10f9748 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,18 @@
+--- 3.0.50 2009/11/02
+
 Add support for extra request / response data for SRU codecs and GFS.
 The Z_SRW_PDU structure has two new members extraResponseData_{buf,len}
 for extra data response buffer and length. For the GFS, both request
 and response data (XML) is carried in extra_args and extra_response_data
 for the search handler. Patch by Ko van der Sloot.
 
+ZOOM: For queries that cannot be converted to the specified rpnCharset,
+ZOOM now returns a diagnostic on the client-side ('invalid query' /
+10010).  This fixes bug #2113.
+
+yaz-client fix: If cmdfile is passed to yaz-client (option -f) and that
+cmdfile included a 'quit' command that would result in a memory violation.
+
 --- 3.0.49 2009/10/01
 
 Make a number of functions defined in xmlquery.c static. These have
index a886896..4ce613f 100644 (file)
@@ -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.49],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.50],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index 0ca2dda..b04f8ae 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.50-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 02 Nov 2009 14:23:31 +0100
+
 yaz (3.0.49-1indexdata) unstable; urgency=low
 
   * Upstream.