X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=58479cbefcaa12823a505e3493d07d8a8c66c609;hb=23d1547f65851be2000c717bbddf32b380e2900e;hp=4448f3b138b4e4eeb61a92a563e85270448d472f;hpb=23886f924273c18724a87b3c21a1c3f58f194d75;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 4448f3b..58479cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,57 @@ +-- 4.2.12 2011/08/27 RPM package only + +cql2ccl: fix conversion of terms: operator characters were not +quoted/escaped. + +-- 4.2.11 2011/08/25 RPM package only + +ccl2rpn: Conversion to regexp-1 terms (trunc=102). For mode t=x, the +CCL parser will map both # and ? to their regular expression +quivalents (. and .*). + +rpn2cql: deal with truncation=102 (regexp-1). And ensure proper quoting +of reserved CQL characters. + +cql2ccl: deal with both * and ? in conversion. Also leave escaped ones as +is, so that they are passed through. + +-- 4.2.10 2011/08/24 + +ZOOM SRU mode: more aggressive re-connect. + +Private function prox_unit_name() renamed to yaz_prox_unit_name() and +made available as a utility function, declared in + +rpn2cql_structure() supports proximity nodes (except that the Type-1 +proximity node's "exclusion" binary is ignored, as there is no way to +express that in CQL). Fixes bug #4564. + +--- 4.2.9 2011/08/18 + +Fix SEGV that could occur if set command of zoomsh was given without +value (2nd argument). + +Fix SEGV that could occur if unsupported transport was given for +COMSTACK - say https (when SSL was unavailable). + +Build yaz-url on Windows too. + +--- 4.2.8 2011/08/11 + +New utility to get web content. Header is url.h. A command line tool +yaz-url is part of the distribution and packages. + +Fixes for SSL COMSTACK (when gnutls is in use). + +New functions yaz_base64{encode,decode}. Header is base64.h. + +--- 4.2.7 2011/08/03 + +ZOOM C includes HTTP response buffer as additional info if it fails +to decode the SRU response. + +Make wrbuf_json_puts available. + --- 4.2.6 2011/07/28 zoom: throw diagnostic for invalid value for option "sru". Before a