X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=fc7c75e062051ea7398b024500c7b4b6a91dfb77;hb=2c8ec8c2d1dd7dd698e406ff99e1b7b439c4fa9b;hp=d0bf8214bc2ea098447e10fc1d009b5d8add54f8;hpb=d96213e7e29deb01d3f24408b557319adea3cb3d;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index d0bf821..fc7c75e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,32 @@ Possible compatibility problems with earlier versions marked with '*'. +New MARC decode/display function, marc_display_exl, which better rejects +bad ISO2709 records. YAZ client uses it. + +--- 1.8.1 2001/10/29 + +Fix bug: local attribute set wasn't set correctly in PQF strings. + +--- 1.8 2001/10/25 + +* 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).