X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=59cfb093a72e85d5432e10f9ba21448a417498b9;hb=685c6aaf6bf432a0de5e5f8c30a12629e7d26571;hp=d7862fefb383eeb5c1294ee780e952a0e7ad74bb;hpb=c34d71d35aceed27cf7e30e6b329a235b48b9ccd;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index d7862fe..59cfb09 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,33 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.8.6 2002/MM/DD +--- 1.8.7 2002/MM/DD + +Fixed bug in ZOOM connect that occurred on OpenBSD (maybe others). Patch +by Oleg Kolobov. + +Fixed bug in zget for parameter ExtendedServicesResponse. + +Fix OID for ILL. + +--- 1.8.6 2002/03/25 + +Added PQF feature: '@attr type=value' may be written as '@type=value'. + +Client displays USR.1:SearchResult-1 (hits per term). + +Additional Search Info for search in Generic Frontend Server. + +Fixed CCL parsing of "field=s". + +WIN32 installer - using the excellent NSIS software from nullsoft. + +Fixed CCL parsing of "field = - ". + +Added function yaz_marc_decode that decodes MARC for line mode +display or XML (similar to that used by JZKit). + +Fixed BER decoding of OPTIONAL CHOICE. The bug didn't affect the +Z39.50. But ISO/ILL was, however. Added patch by Rustam T. Usmanov that implements Z39.50 duplicate detection service (Z39.50-1995 Amendment 2) and Language Negotiation (3).