X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG;h=9f8a597cdd2ba20e5f0a541f4761c97fc5b58863;hb=1344028e56cd1456543fca8ef4889b053cf667a3;hp=49aefa5d5111a03918e8e3516f398d8ff45dfe58;hpb=7d1177ec1279066b5a3f12d49719344a377cf65d;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 49aefa5..9f8a597 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,37 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 1.8.6 2002/MM/DD + +--- 1.8.7 2002/MM/DD + +Attributes from multiple CCL fields may be OR'ed rather than merged +using directive "@field or". Fields are still merged by default - +equivalent to "@field merge". + +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 (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.