X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=3281205ccc9da2468f6d4777ff7a02f98f2e2c16;hp=fbc2fd16d0878f962c0264fa7b413fe8a416b598;hb=fde978ee5097a46b9a162dcff3b4b15d24c8c82f;hpb=c76c4dad2e55e50b26d35855e3f782f2c038d3a5 diff --git a/CHANGELOG b/CHANGELOG index fbc2fd1..3281205 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,47 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.8.4 2001/XX/XX +--- 1.8.5 2002/XX/XX + +More fixes for scan. Non-zero stepSize handled. OID's fixes. + +Prefix query parser reports "fail" when bad attribute set is given. + +Fix in MARC decoder. Proximity logging. Fix for attribute set +in scan handler for server. Patches by Shigeru Ishida. + +SSL/COMSTACK updates. cs_rcvconnect completes SSL handshake. ZOOM +works with SSL. + +Configure option --with-openssl= now works when a directory is +specified. Patch provided by Morten Bøgeskov. + +New option for YAZ client, -u , that sets authentication. + +ZOOM fix: error information only cleared for Bib-diagnostics (not +fatal errors, like connection failed, etc). + +ZOOM_record_get returns ISO2709 buffer when "raw" is given. + +--- 1.8.4 2002/01/04 + +Scan for ZOOM API. New object ZOOM_scanset. New functions +ZOOM_connection_scan, ZOOM_scanset_size, ZOOM_scanset_term and +ZOOM_scanset_destroy. + +New ZOOM function, ZOOM_connection_last_event, that returns type +of last event (such as "receive data", "send data", "apdu received", +etc. + +New ZOOM option, schema, that specifies shema OID for retrieval. + +New CCL feature. Qualifiers can be aliases for one or more +other qualifiers (if more than one is given, OR is used). + +ZOOM uses named result sets if target supports it. + +Two new YAZ client commands: . (dot, which sources a script of YAZ +client commands), and ! (to execute shell command.). Implemented +by Jacob Poulsen. Working on Debian packages.