X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=556e1f087d228465e8c8d0439de8b31dd9dbf18a;hb=d6862f25e98c81258ac86ee865b82ba610fd0b8f;hp=c137df48bb50ca1aae7aa68e67d900ac7c93428c;hpb=861f9deb72bd92679ea08d528b40993ada55cdb9;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index c137df4..556e1f0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,33 @@ +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 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