X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=b211a8263c0d4e7e0cc6b49742a8a62b782416b8;hp=18450cc441658b4718e247cabaed559a8a39a9c4;hb=05193e78a2553c93a61da19a39e1276b1a509bac;hpb=82597a46abccacc8daa3f59838a88b0128414673 diff --git a/NEWS b/NEWS index 18450cc..b211a82 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +New ZOOM C feature: result-set caching. For this to work, YAZ uses +libmemcached to interface with memcached. Quick way to get started: + + zoomsh "set memcached --server=memcachehost" "connect zurl" "search query" + +--- 5.0.12 2014/01/22 + +Prefix URL with http:// if sru setting hints SRU/Solr mode YAZ-731 + +SRU GET/Solr base URLs may hold additional ?args YAZ-729 +ZOOM option extraArgs already does this, though. It seems useful +when dealing with Solr targets to limit by filter, eg. + http://lui.indexdata.com:8080/solr4/select?fq=database:3902 + +Remove #fragment for HTTP request encoding YAZ-730 + +Doc: Update list of DLLs/LIBs + +Doc: update href link to Unix utils and Git. + --- 5.0.11 2014/01/15 ZOOM: fix "lost connection" problem with servers that uses both squid