X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=8fec5426746a8865c6c7b932d5847028e3123569;hp=f0921f83f4f8875f3b10cf0ae82ce9807556007d;hb=ef37da81cb79e50520faa5a2274423359353075a;hpb=989d5bac118f61e95638cf994b168ef29822443f diff --git a/NEWS b/NEWS index f0921f8..8fec542 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +--- 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 database records stored +had un-initialized memory, but it would only be seen with yaz_record_render +and type_spec="ext" . + +Fix a bug in ccl_qual_dup introduced in 4.2.3. + +--- 4.2.3 2011/06/17 + +Add new CCL utility, ccl_qual_dup, which makes a copy of a CCL bibset. + --- 4.2.2 2011/06/10 Add new utilities to convert from CQL to CCL . These utilities have