X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=9753f189de4303d63d79bf41f1fd5e496865e52a;hp=0ff5b5c05377e17dbefdf2d1cf28382ca64ba242;hb=457156ca85763b2329eaf066918e2d379c61d47d;hpb=baa4b0d4605b55a779da0a5a8466f183d07d0940 diff --git a/NEWS b/NEWS index 0ff5b5c..9753f18 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +--- 4.2.69 2013/10/01 + +GFS: log when closing down - at least SIGTERM YAZ-684 +Also change formatting WRT PID logging a bit. + +Improve display of MARC records with multi-byte subfield IDs YAZ-695 +In some rare cases subfield identifiers are multi-byte characters. +This will try to deterime length of those and split accordingly. +This affects display in line mode as MARCXML/MarcXchange. The encoding +of ISO2709 is the same. + +Change inp argument to const for yaz_read_UTF8_char. + +yaz-marcdump: fix leaks for MARCXML parsing. YAZ-694 + +MARCXML parsing: avoid skipping 1st field if no leader. YAZ-693 + +Better check of marc leader info YAZ-691 +Problem is that some systems generate MARCXML/MarcXchange with +funny headers. These will not work if encoded as ISO2709. +Some tests produce new output, due to updated warning messages + +cql2pqf: allow PQF queries from stdin (because CQL is also allowed) + +yaz-client: display MAB records YAZ-689. +Thanks for Heiko Jansen for this patch. + +New utility z_get_HTTP_Response_server which allows both HTTP server name +and HTTP server URL to be given in response. + +Debian: do not depend on obs tcl8.3. + +Debian: do not depend on obs libicu36-dev. + +--- 4.2.68 2013/09/23 + +GFS: pass additionalSearchInfo to search memeber search_input if +given. Otherwise pass otherInfo. Request for facets and other search +related things will be passed there in future versions of YAZ. + New ZOOM setting, authenticationMode, which allows authentication paramters to be encoded in the URL rather than via HTTP Basic auth. YAZ-686