From: Adam Dickmeiss Date: Wed, 8 Jul 2009 12:06:08 +0000 (+0200) Subject: Version 3.0.47 X-Git-Tag: v3.0.47 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=91a6395012ede2909078cdedea29a8d9efe60229;hp=e00da6d48d63d7ece2d2515ba9a9f422cf24c366 Version 3.0.47 --- diff --git a/NEWS b/NEWS index fa1851a..c6ba5e7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +--- 3.0.47 2009/07/08 + +Function yaz_xml2query allows a diagnostic element in the PQF XML +representation .. diagnostic@code and diagnostic@addinfo is diagnostic +code and additional info respectively. + +The BER BOOLEAN is now the integral type Odr_bool which still happens +to be an 'int'. The BER INTEGER which used to be a plain 'int' is now +typedef'd to Odr_int. This is still an integral 'int', but it may be +changed to 64-bit via a one-liner in nmem.h (NMEM_64=1). The documentation, +ASN-1 compiler as well as programs has been updated to use the new types. + --- 3.0.46 2009/06/08 zoom: ZOOM_record_get now renders OPAC records when type=xml. Previously diff --git a/configure.ac b/configure.ac index b9fe135..3753d68 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.46],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.47],[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 542f61d..1023ef4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.47-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 08 Jul 2009 13:58:48 +0200 + yaz (3.0.46-1indexdata) unstable; urgency=low * Upstream.