X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=fbc2fd16d0878f962c0264fa7b413fe8a416b598;hb=c76c4dad2e55e50b26d35855e3f782f2c038d3a5;hp=0a588f1477863a6df997e09dbbce148600acf31d;hpb=2ab206244c2469005c12b5c071e360fbb6a1fb9c;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 0a588f1..fbc2fd1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,27 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 1.8.4 2001/XX/XX + +Working on Debian packages. + +--- 1.8.3 2001/11/19 + +YAZ client enables named result sets only if target supports it. + +*** ZOOM. Prefix for ZOOM definitions changed from Z3950_ to ZOOM_. + +* ZOOM. Removed Z3950_connection_host. Use Z3950_connection_option_get +with key="host" to get same result. + +* ZOOM. Added Z3950_record_clone and removed Z3950_resultset_get. +Function Z3950_resultset_record(s) returns references to records +"owned" by resultset. To become owner use Z3950_record_clone. + +Function z_ext_record handles Extended Services. Thanks to +Irina Dijour. + +--- 1.8.2 2001/11/12 + CCL Parser fix: ignore token comma when dealing with and-lists. Documentation updates for COMSTACK.