X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=0a5e38000a7c6efbad281268c0fae9e8f4112de9;hb=49eef90be08a7a201e112dacd5e358d8776c9117;hp=68da2ec2d53d5ac17764610d07d609e7082b7fef;hpb=7a98e9bfbb9d5fe7d44822a9838e3becbdce9363;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 68da2ec..0a5e380 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +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. For OID class, use oid_class consistently.