X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=c6ba5e735d85f40c394c9b20dcf82df16fac9884;hp=fa1851a8eabf1aa16ba015bfadcf45ebf5470a1b;hb=91a6395012ede2909078cdedea29a8d9efe60229;hpb=e00da6d48d63d7ece2d2515ba9a9f422cf24c366;ds=sidebyside 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