X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=ce8607fb6350b1228442f7dbd6e4a2402091887a;hb=b56e2d9e43985fa33d1d7ee8d0c9b1ed69eba8d3;hp=db41f6ebf482dc564e5b881a42ba8bfab90f0dda;hpb=02ebf1b5aa8c7371c2678663fd1c13d01d80955c;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index db41f6e..ce8607f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Charset ISO5428:1984 is an alias for ISO5428-1984. + +Implemented a way to perform scan in a result set using Z39.50. This +is achieved by attaching the result set name in the characterInfo +(type InternationalString) of OtherInformation in the Scan Request PDU. +The result set is identified in the otherinformation by the new OID: + USERINFO, Z3950_PREFIX.10.1000.81.4, "Scan-Set +This allows for scan in result set and faceted search . Zebra did some +of this in the APT term using attribute type 8 and value being result +set. Using the OtherInformation approach for this is cleaner and easier +to work with in proxies and the like. This facility can be used in +yaz-client using new command setscan which takes a result set as first +argument, start position (APT) as second. + +Changed decoding of SRU XML packed records to deal with servers that +have recordData with XML data with multiple root nodes. Also make +comparison for recordPacking case insensitive. Again, one server +returns "XML" where others return "xml". + +For SRU responses allow Content-Type application/xml as well as text/xml. + +--- 3.0.4 2007/05/21 + +Fixed bug in character set conversion of BER strings. Bug introduced +in 3.0.0. + --- 3.0.2 2007/05/08 For OIDs use Odr_oid type everywhere, i.e. do not assume Odr_oid=int.