X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=d86df002b8d1236166b6798037ebb83777d40673;hp=f281c2179a3a670914a9ec1a0e37c9ca63855832;hb=51f282c74b96dcde90341c2e895f77b0d7b5a7bf;hpb=2f15cf2cbca7f982d34507a9975fdbeda0568dce diff --git a/NEWS b/NEWS index f281c21..d86df00 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +--- 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 +encoding given to UTF-8. + +Echoed SRU arguments support YAZ-776 +This is achieved with new function yaz_srw_get_pdu_e. + +ZOOM: expire times set for redis/memcached YAZ-772 +For both redis and memcached option --expire=seconds sets expire +time for a result-set/search. Default time is 600 seconds (10 minutes). + +--- 5.2.1 2014/06/26 + +No [rest of output is omitted] limit for yaz_log YAZ-774 + +Optimize icu_iter_get_org_info. Reduce calls to u_strToUTF8. + +For ICU testing, pass -o to yaz-icu. This will test the +icu_iter_get_org_info function. + +Fix null ptr reference for freeReplyObject YAZ-773 + +--- 5.2.0 2014/06/12 + +Allow ZOOM caching using redis. New ZOOM option "redis" controls it. + +RPM: do not build with libmemcached support. The libmemcached library +on CentOS 5/6 does not work reliably for us (redis to the rescue). + +configure: only allow libmemcached version 0.40 or later. That's the version +on Debian squeeze. We recommend libmemcached version 1.0 or later. If +that's not an option, consider redis. + --- 5.1.3 2014/06/04 Fix dup ZOOM_EVENT_RECV_RECORD events for SRU/Solr YAZ-768