Use pthread_atfork to lock/unlock yaz_log system
[yaz-moved-to-github.git] / NEWS
diff --git a/NEWS b/NEWS
index 18450cc..b211a82 100644 (file)
--- 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