X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=a06c51c9c081c55b7db9382728bc9faea7e196b6;hb=eab4041057c94f4fd3feffd76c1f987ca67da1c3;hp=7a21f1127d60454569e92a471efdbd1348aac7f2;hpb=d7c297ae11eae74257636c143bb7e02041c00f59;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 7a21f11..a06c51c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,26 @@ Possible compatibility problems with earlier versions marked with '*'. --- 1.8.4 2001/XX/XX -ZOOM: new option "resultSetName". +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 allocates result set name 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. --- 1.8.3 2001/11/19