X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=4448f3b138b4e4eeb61a92a563e85270448d472f;hb=4540ab99193bc04001545865d0a71ea8d3bf3cd0;hp=310b97077468db4cde988d258ab63dc2f89c4fb0;hpb=281911a2d5a2599b56158e90779cad02c5aaf496;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 310b970..4448f3b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,35 @@ +--- 4.2.6 2011/07/28 + +zoom: throw diagnostic for invalid value for option "sru". Before a +bad SRU request was sent. + +Adding new utility wrbuf_vp_puts. + +Add cclxmlconfig.obj to win/makefile. It was missing completely. + +--- 4.2.5 2011/07/21 + +ZOOM HTTP: use absoluteURI's in proxy mode as required by RFC 2616 (HTTP). +Fix a bug in handling of cookies. Fix a bug that would occur if proxy + +redirect was used at the same time. + +MARC line mode decoding: be less picky about length given - first +5 digits of header that is. + +CQL to CCL conversion: deal with CQL proximity (cql_to_ccl function). + +Changes to decoding of SRU records: a record with recordPacking=xml is +modified with a new root element if the recordData contains +multiple children elements. This is to make the record XML parseable +afterwards. + +RPN to SOLR conversion: encode special characters. + +Generic Frontend Server: fix uinitialized member, stepSize. + --- 4.2.4 2011/06/21 -Fix a bug in SRU decoding of records.. The datbase records stored +Fix a bug in SRU decoding of records.. The database records stored had un-initialized memory, but it would only be seen with yaz_record_render and type_spec="ext" .