X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=f281c2179a3a670914a9ec1a0e37c9ca63855832;hp=8d08d035a6efff48717e446087067e7183c6eb98;hb=e2b8bf88befb43e4a189ce3e659c595e5b3af7dc;hpb=b80d372819c8c909455ca5868f6d7412dfbbef66 diff --git a/NEWS b/NEWS index 8d08d03..f281c21 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +--- 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 + +wrbuf_cstr: fix off by one error. + +wrbuf_buf: make it always return non-NULL +Also, wrbuf_buf will return same buffer as previous call to wrbuf_cstr. + --- 5.1.0 2014/04/17 Doc: move main YAZ manual to book.xml; use nxml YAZ-758