X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=c9fba92c9f1820dbad16ad6dbbc55a27329b1a19;hp=9d8a4a5d63f41e7fd167a0b606e8f1585f740595;hb=5c314a1f313d6bb6803a0863e0df76bf83ead4df;hpb=301ce61c887b26caf05a6ce4f9ee95d9b296a145 diff --git a/NEWS b/NEWS index 9d8a4a5..c9fba92 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,80 @@ +--- 5.7.1 2014/12/03 + +Fix yaz-marcdump segfault YAZ-801. Problem in YAZ 5.6.0/5.7.0 and +would make yaz-marcdump crash when from-character set was issued. + +--- 5.7.0 2014/11/24 + +Dump backtrace in case of SIGABRT, SIGSEGV YAZ-787 +New function yaz_enable_panic_backtrace which enables backtrace +handler for current process. The handler will call backtrace always, +then gdb to provide as much detail as possible. + +--- 5.6.0 2014/11/17 + +When marc-8 charset is specified when decoding MARC records, yaz-marcdump +and ZOOM record render will inspect leader 9 and switch to UTF-8 +(Unicode) if that holds 'a'. This changes behavior, but is considered +safe because only MARC21 with leader 9='a' are Unicode. YAZ-800 + +Fix cs_put may reconnect if send fails. YAZ-798 + +--- 5.5.1 2014/11/03 + +Fix cannot build YAZ on jessie : libgnutls-dev is gone YAZ-797 + +--- 5.5.0 2014/10/27 + +Extended comstack with outgoing IP YAZ-795. +For cs_create_host + cs_create_host_proxy the vhost may be followed +by a outgoing host/IP. Separator is blank. + +--- 5.4.4 2014/10/20 + +Add YAZ_EXPORT to cql_transform_r fixes YAZ-793 . This issue fixes +linker error with yazpp on Windows. + +--- 5.4.3 2014/10/08 + +Fix uri array may overflow in yaz_solr_encode_request YAZ-775 + +Fix PQF to Solr conversion may produce invalid Solr query YAZ-792 + +0 ptr reference in handling Solr response with error YAZ-791 + +Fix annoying warning about wrbuf_putc on newer GCC YAZ-789 + +Fix documentation about --installa option YAZ-788 + +--- 5.4.2 2014/08/26 + +daemon: properly report when receiving SIGUSR2 from child YAZ-785 + +--- 5.4.1 2014/08/21 + +xmalloc: throw assert for clearly invalid calls to malloc and +improve diagnostics YAZ-783 YAZ-784 + +--- 5.4.0 2014/08/19 + +Stop building debs for Ubuntu raring, quantal, oneiric. + +CCL YAZ-781: for multiple use attributes in a specification the +generated RPN will perform @or on each term. +For spec: term u=31 u=1016 +the CCL: t will generate: @or @attr 1=31 t @attr 1=1016 t + +log YAZ-780: avoid mixed log files by perform only one write(2) per log entry. + +CCL YAZ-779: combo qualifier should allow for forward references + +Fix buildconf.sh, automake too old on centos5 YAZ-778 +Achieved by adding AM_PROG_CC_C_O and requiring AM 1.9 instead. +The AM_PROG_CC_C_O is obsolete for newer AM, but 1.14 (Debian jessie) +accepts it without a warning. + +--- 5.3.0 2014/07/11 + GFS: client_query_charset conversion YAZ-777 This is a feature for Z39.50 clients that sends queries that are not UTF-8 encoded. WIth client_query_charset, GFS will convert from the