X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=a34cef75100365ccdcf05d091b3cc06e3f14d56e;hb=fe569a8399e6072e18d7059b8b5950df32cf014e;hp=d0bf8214bc2ea098447e10fc1d009b5d8add54f8;hpb=d96213e7e29deb01d3f24408b557319adea3cb3d;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index d0bf821..a34cef7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,23 @@ Possible compatibility problems with earlier versions marked with '*'. +* Old Z39.50 codecs no longer supported. + +Added ZOOM C binding. See http://zoom.z3950.org/ + +Renamed states for COMSTACKs to avoid confusion with events. + +Implemented cs_look and proper cs_rcvconnect. + +Fixed COMSTACK error that occurred on HPUX. Fix by Giannis Kosmas. + +Configure detects POSIX threads on OpenBSD. + +When sort flag 'i' was specified in yaz-client the caseSensitivy flag +was set to a wrong value. Thanks to Robert Sanderson for reporting this. + +When error is returned from present handler, non-surrogate diagnostic +is returned in present response (and fetch handler is no longer called). + * Minor adjustments to pquery parser (PQF). Token characters may be escaped by using backslash (C-style).