X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=556e1f087d228465e8c8d0439de8b31dd9dbf18a;hb=d6862f25e98c81258ac86ee865b82ba610fd0b8f;hp=49b55591193405fd5f3b285d6f2bd6ed2efcd1f4;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 49b5559..556e1f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +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_process_event, + 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