X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=57c9bee0c7605ab8f3ef4575697d72fca58ab63b;hb=7b869473f3fa47461c900c7c654814040607cbaa;hp=b24f44c2eca3188f86eeace9f420c96e237c6bdf;hpb=2652e6d0585c1107642a3e53432c5a3bdd1cbb21;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index b24f44c..57c9bee 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,33 @@ -Possible compatibility problems with earlier versions marked with '*'. +Added ZiNG Update Support. New codecs are defined in srw.h. Extended the +GFS to support this as well. Backend handler, bend_srw_update, does the +update work. Code contributed by Ko van der Sloot. + +Allow retrieval of Search Result-1 information in ZOOM by the +use of options that are attached to a result set. ZOOM documentation +updated accordingly. + +Fixed bug #416: First/second comb characters not handled in the +MARC-8 to UTF-8 conversion. Patch by Raj Patel. + +Added option -m to GFS to control formatting of timestamps in log file. + +Added 'exit' as synonym for 'quit' in yaz-client + +Added support for specifying SRW resultSetId + resultSetIdleTime in a +Generic Frontend Server's search handler. Refer to include/yaz/backend.h +for the new members. Patch by Ko van der Sloot. + +Added support for SRU POST. It is supported for content-type +application/x-www-form-urlencoded only. Patch by Ko van der Sloot. + +Do not build the separate Multi-threaded (MT) library libyazthread.la. +Instead make the library libyaz.la multi-threaded. Threading as a whole +can still be disabled by configure option --disable-threads. Previosly, +with older GLIBCs there were problems with MT libs under Apache. This +has now been fixed a long time ago. + +Fixed bugs in yaz_log that occurred on Sparc Solaris in Multi-threaded +applications. CQL module modified to be case insensitive for relations/indexes/operations.