X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=930ba403e0359dc1e427a8f6957c1490b5f1476b;hp=f281c2179a3a670914a9ec1a0e37c9ca63855832;hb=6260987fdcc904b2110b88f882e66fa47e0b35dc;hpb=2f15cf2cbca7f982d34507a9975fdbeda0568dce diff --git a/NEWS b/NEWS index f281c21..930ba40 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +--- 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