X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=472384bf18c6392b1095654f15cd0a7be3e98b72;hp=eb62b20e705f8011c40b21a0b669e72894c43289;hb=651ccb74d12f2968e791b3f411a6c55bca68428a;hpb=0c88a5e1fc983f0bb653e26a6eac72dadf35db57 diff --git a/CHANGELOG b/CHANGELOG index eb62b20..472384b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,33 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.8.6 2002/MM/DD -Fix bug in CCL parser when form "field = - " was used. +--- 1.8.7 2002/MM/DD + +XML reader for data1 (EXPAT). + +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. +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.