X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=e6929f73ea465adda8b4c2bc810dfe13f5d0bd59;hp=a34e073613e20ced297042d72344a2b70d4a39d3;hb=b08d68a3edac5a93dce61f98d2f030ea722311c4;hpb=9d9bbf2ad72a44772dca1e694de9a84c4e48aa21 diff --git a/CHANGELOG b/CHANGELOG index a34e073..e6929f7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,33 @@ Possible compatibility problems with earlier versions marked with '*'. +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. + +--- 1.9.2 2002/11/26 + +yaz_marc_decode uses OAI MARC as XML format for ISO2709 records. + +Fix bad race conditions on SIGTERM and terminate gracefully in +frontend server. + +Move retrieval (data1) module to Zebra since nobody seems to be +using it. + Add GRS-1 render for ZOOM using same format as yaz-client. --- 1.9.1 2002/10/05