X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=48d6b664cfa22d4d6c5793b66eb79bca88c0b41e;hp=2f722527f025bce43f3264b2bf0691902fbd0334;hb=12bf5354833705ed674118f83fc2aa9494dfec17;hpb=53a07fe60bdd9837041cd6f0988b38f5c38c73e0 diff --git a/CHANGELOG b/CHANGELOG index 2f72252..48d6b66 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,23 @@ Possible compatibility problems with earlier versions marked with '*'. +Make a few private functions 'static' in unix.c. This prevents +duplicate unix_close in PHP with YAZ and imap. PHP Bug 20977. + +For ZOOM connection, the options targetImplementation{Id,Name,Version} +are set when Init Response is received. + +New function ZOOM_connection_error_x similar to ZOOM_connection_error +but returns diagnostic set as well. + +New function yaz_strerror which is a portable wrapper for +strerror/strerror_r/GetLastMessage. + +* ZOOM_record_get supports type "xml" in which case MARC XML (from LOC) +is returned for MARC. If type is "oai", then OAI MARC is returned. + +yaz_marc_decode supports MARC XML as well. The xml parameter +specifies type. See include/yaz/marcdisp.h + Fix creation of lib/yaz-config so it works if srcdir != objdir. Patch from Kang-Jin Lee.