X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=0e3c5f655afe47a8ad43dceebd9028c9af5c69eb;hb=dc2ce7c4eed571234ed4f155834643f0c452b2ce;hp=4af0339b28a38e3ad7dc041978958618e48a621e;hpb=598c8178dc444f596d5bd6111b4fed52745cad5e;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 4af0339..0e3c5f6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,32 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.8.4 2001/XX/XX +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. --- 1.8.3 2001/11/19