X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=963ac7e27ba98033560a386b03a4fffc55005ca7;hb=27f0a94af679e84cc738dbe2fa81f815025c3dbc;hp=73db505d33be9ad9fd2b321348cebb414f6400f6;hpb=2725f6883ebf5be89639b28969b05b4d203da802;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 73db505..963ac7e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,28 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 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. + --- 1.8.3 2001/11/19 YAZ client enables named result sets only if target supports it.