From 202031e1ebcbec1331575150e5708be67822b388 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 13 Jun 2006 17:02:12 +0000 Subject: [PATCH] Describe ZOOM CCL support. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 1.7.10.4