From: Mike Taylor Date: Tue, 13 Jun 2006 17:02:12 +0000 (+0000) Subject: Describe ZOOM CCL support. X-Git-Tag: YAZ.2.1.22~8 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=202031e1ebcbec1331575150e5708be67822b388 Describe ZOOM CCL support. --- diff --git a/NEWS b/NEWS index f33b8c9..4ec9074 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Added support for CCL, compiled on the client side, in ZOOM-C. This +is invoked using ZOOM_query_ccl2rpn(); the resulting query objects can +be used for for searching with ZOOM_connection_search() and scanning +with ZOOM_connection_scan1(). Before it can be used for CCL +searching and scanning, the connection object must be configured by +setting the "cclfile" option to the name of a CCL qualifier file such +as the one in "client/default.bib". + YAZ' configure searches for OpenSSL by default. SSL comstack uses SL_CTX_use_certificate_chain_file rather than