X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=58479cbefcaa12823a505e3493d07d8a8c66c609;hb=23d1547f65851be2000c717bbddf32b380e2900e;hp=7907df5923a1288cf4ef63c2baf144f0d74fbe4f;hpb=6cf204a1f25e251bc6de07f4254125b174a14c3a;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 7907df5..58479cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +-- 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.