X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=58894e9889b7df83b629e1b2e03e8ec4eec3648c;hp=aef1a7624347d076d09ad39bc6a201ea17b2fbd2;hb=407aef92a1c92802757e9f6bd802697317a91462;hpb=a5af8f0be7d54de3a860346ee3909463008c5090 diff --git a/NEWS b/NEWS index aef1a76..58894e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ + +Add missing definitions ZOOM_resultset_get_facet_field_by_index +and ZOOM_resultset_facets_names. + +zoom: fix bad free for ZOOM_connect - happened when ZOOM connection +options was in use. + +Change APDU dump printing to avoid long leading blanks. For levels 16 +or larger the level is shown and the indentation is truncated but +recursed with modula 8. This makes it still reasonable easy to read +- even for nested BER dumps. + +Fix bug completeBER_n WRT too nested BER. Function completeBER_n could +return 0 (incomplete package) in case where the BER package was +considered too nested (return value of -2). + +dumpber: lines of level 15 are not indented further. Two spaces per +indentation; indentation 15 or more is indented to a fixed indentation +and augmented with a level= indication. + +zoomsh: increase max size of command+args + +GFS: No limit in RPN buf size in CQL to RPN conversion. + --- 4.2.33 2012/05/09 New function for daemon utility, yaz_daemon_stop .