Version 3.0.47 v3.0.47
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 8 Jul 2009 12:06:08 +0000 (14:06 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 8 Jul 2009 12:06:08 +0000 (14:06 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index fa1851a..c6ba5e7 100644 (file)
--- 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
index b9fe135..3753d68 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.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])
index 542f61d..1023ef4 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.47-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 08 Jul 2009 13:58:48 +0200
+
 yaz (3.0.46-1indexdata) unstable; urgency=low
 
   * Upstream.