From: Adam Dickmeiss Date: Fri, 9 Oct 2015 15:09:34 +0000 (+0000) Subject: Version 5.14.11 X-Git-Tag: v5.14.11 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7cf33bcd4c625c2197101ebffd38513e44271be6;ds=sidebyside Version 5.14.11 --- diff --git a/IDMETA b/IDMETA index ebacca0..27fadd8 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="vivid trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=5.14.10 +VERSION=5.14.11 diff --git a/NEWS b/NEWS index 4705039..f2bf258 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +--- 5.14.11 2015/10/09 + +Fix RPN to CQL rejects local Bib-1 attribute set YAZ-861 + +ZOOM C: tweak when connection failed is returned +For cases with multiple socket addresses for some hostname, eg +localhost IPV4+IPV6, the code now properly returns "connection +failed" rather than "connection lost". + +Various minor documenation tweaks from David Crossley. Thanks. + +Fix windows uninstall does not remove start menu shortcuts YAZ-860 + --- 5.14.10 2015/09/16 Prevent huge expansions in CCL s=sl YAZ-859