X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=2160276e7670c076bf66e819fcacaf1ec938550a;hb=cff1ce5798328abf2ef7dce859b47ba1d9ec04f9;hp=472384bf18c6392b1095654f15cd0a7be3e98b72;hpb=651ccb74d12f2968e791b3f411a6c55bca68428a;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 472384b..2160276 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,22 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 1.8.8 2002/MM/DD ---- 1.8.7 2002/MM/DD -XML reader for data1 (EXPAT). +--- 1.8.7 2002/05/22 + +On Windows ZOOM functions are of type __stdcall rather than __cdecl, so +that they can be used directly from Visual Basic. You must recompile +your windows APP if you're using ZOOM. + +Character Set and Language Negotiation(3) for ZOOM API and YAZ client. +Commands "lang" and "charset" sets language and character set respectively. +Options "lang" and "charset" is interpreted by the ZOOM API. Note, these +are not part of the official ZOOM spec) All is due to Oleg Kolobov. + +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". Fixed bug in ZOOM connect that occurred on OpenBSD (maybe others). Patch by Oleg Kolobov.