X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=d86df002b8d1236166b6798037ebb83777d40673;hp=f4ea9e8820a22c4cb3fd74d177b4f769a19672ba;hb=567334fecf3bd2b481e32c67ef91f3a4ee04eabb;hpb=a0b82549e6d2d521c947448be3299b272b65e12c diff --git a/NEWS b/NEWS index f4ea9e8..d86df00 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +--- 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