X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=930ba403e0359dc1e427a8f6957c1490b5f1476b;hp=e3531d0e5cf6747917c804070e97da0057ee00be;hb=e9f1f9fae5dd16e2016bf6988631d8111b3c0980;hpb=96b12227d0e350dab63f26a8bb1c8e2f7f834bf3 diff --git a/NEWS b/NEWS index e3531d0..930ba40 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +--- 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 + +Fix zoom+memcached: present request out of range YAZ-767 + +--- 5.1.2 2014/05/30 + +CCL: add new qualifier r=omiteq which will omit relation=equals +for ordered relations. This should be used in combination with either +r=r or r=o. YAZ-766 + +GFS: prevent truncation/overflow in retrieval phase. YAZ-763 + +Solr: simplify yaz_solr_decode_response + +Solr: use different local var for string manipulation + +Solr: Get rid of hardcoded limit of extra_args + +Solr: encode lucene query type YAZ-736 +Make sure the queries are treated as traditional "lucene", because that's +what YAZ generates. + +Fix ZOOM HTTP redirect failing on Windows+Solaris YAZ-755 + --- 5.1.1 2014/04/22 Build packages for Ubuntu Trusty Tahr 14.04 LTS