From: Adam Dickmeiss Date: Thu, 25 Aug 2011 12:36:14 +0000 (+0200) Subject: Changes X-Git-Tag: v4.2.11~1 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=e902d25ca34c8498c6ccff8c9278ec0513d7c1b9;p=yaz-moved-to-github.git Changes --- diff --git a/NEWS b/NEWS index 7907df5..e6865c0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +-- 4.2.11 IN PROGRESS + +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.