From a0b82549e6d2d521c947448be3299b272b65e12c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jun 2014 12:56:34 +0200 Subject: [PATCH] Update NEWS --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index f281c21..f4ea9e8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,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 -- 1.7.10.4