X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=fc7c75e062051ea7398b024500c7b4b6a91dfb77;hb=2c8ec8c2d1dd7dd698e406ff99e1b7b439c4fa9b;hp=adad0566bee9a087c07736305092148b11f3662b;hpb=5ce37c7fbfad917db2828ab6898d438dd7fd8e17;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index adad056..fc7c75e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,26 @@ 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.