X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=d86df002b8d1236166b6798037ebb83777d40673;hp=930ba403e0359dc1e427a8f6957c1490b5f1476b;hb=b1df5f9013d82510f6250d93623a0126ec19265f;hpb=3bf181e804874d8c878b67f03b2db439804263c0 diff --git a/NEWS b/NEWS index 930ba40..d86df00 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +--- 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.