From e902d25ca34c8498c6ccff8c9278ec0513d7c1b9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Aug 2011 14:36:14 +0200 Subject: [PATCH] Changes --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. -- 1.7.10.4