X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=23b6c52cd30e5d5b3a0bf99e91e3d32d1addc500;hb=fb6a79de4493011a2b857048bed057dea3d72f06;hp=02c112e4dfed6fff5bf4e394f466ab7ff39cb90f;hpb=cd2f012a70ebadf660acb71936e32192287dc30a;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 02c112e..23b6c52 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +--- 2.1.46 2007/01/13 + +Implemented bug #806: Deal with HTTP clients sending LF in HTTP headers. + +Added ZOOM_connection_peek_event. + +Implemented Generic select hook for ZOOM (bug #803). This is achieved with +the following new functions: + ZOOM_event_nonblock, ZOOM_connection_process, + ZOOM_connection_get_{socket,mask,timeout}, + ZOOM_connection_fire_event_{timeout,socket}. +The existing blocking event handler, ZOOM_event, is a wrapper for the ++ blocking ZOOM_event_sys_{poll,select}. + +Implemented function ccl_xml_config which parses XML version of CCL +configuration (bug #798). + +Fixed bug #797: yaz_marc_write_xml does not honor character conversion. + +Added timings utility (yaz/timing.h) + +--- 2.1.44 2007/01/03 + +Added yaz_marc_write_xml which creates MARCXML/MarcXchange record as +Libxml2 tree. + +Fixed bug #779: Rotation of apdu.log fails. + +Fixed for character set conversions: + Unicode to MARC-8 conversion for certain less preferred UTF-8 sequences. + Honor G1 set in MARC-8 decoding. + +--- 2.1.42 2006/12/17 + +Fixed bug #775: char conversion does not handle Alternative UTF-8 +sequences. + Implemented function yaz_marc_read_line which parses MARC line format records. There is a wealth of formats out there. So far, this function reads line records produced by yaz_marc_write_line.