X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=2a0c0eb7a3d2297dd12012bfe3b6b4327b1b74b5;hp=782862b9237cce8b1041402ba99d4b68a4edfa39;hb=090f0ff7c9c93f14467f6dd23383242a8b7926b3;hpb=d94ffff6dcab70517a1588747bd76c6afc694a65 diff --git a/NEWS b/NEWS index 782862b..2a0c0eb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +--- 5.0.3 2013/11/19 + +yaz-ztest: -V shows version (like yaz-client -V) + +New iconv encoding: danmarc YAZ-692 + +yaz-client: lslb, ssub, mspn are Odr_ints now YAZ-705 + +daemon: only wait for immediate child rather than all children. YAZ-704 + +yaz-client: fix setting of SRU record schema. If scheme was unset, it +could lead to invalid memory reference. + +--- 5.0.2 2013/10/16 + +yaz-ztest returns schema for MARCXML test records. SRU require that +recordSchema for records. + +GFS: make surrogate diagnostic when yaz_record_conv_record fails - +instead of non-surrogate diagnostic. This is a per-record failure. + +GFS: Allow multiple listenrefs YAZ-554. A server in yazgfs configuration +may refer to multiple listeners now. Attribute listenref is a comma separated +list of listen IDs. + +GFS: Use xmlconfig path as prefix for fnames YAZ-702. When -f +option is given for GFS, the dirname of filename (for -f) is used +as prefix for options such as cql2rpn, ccl2rpn, etc. + +Content-Type charset fixes YAZ-701 . Do not inspect charset in +Content-Type header for SOAP when decoding SRU. The payload (XML) +itself tells what encoding it is. In response, never supply encoding +in Content-Type. The response payload (XML) tells what it is (with no +encoding in XML it's UTF-8). + +HTTP decoding: allow blanks in URL paths YAZ-700 + --- 5.0.1 2013/10/04 Various fixes for how SRU 2.0 is encoded. Fix NS for SRU 2.0 diagnostics