From: Adam Dickmeiss Date: Wed, 3 Apr 2013 11:30:02 +0000 (+0200) Subject: Version 4.2.52 X-Git-Tag: v4.2.52 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2e375c5e7b4bf62adb93cb5a9b66ce5d43a1e8b7 Version 4.2.52 --- diff --git a/IDMETA b/IDMETA index db5ff02..44097c4 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=4.2.51 +VERSION=4.2.52 diff --git a/NEWS b/NEWS index 70f5479..bd5b854 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +--- 4.2.52 2013/04/03 + +yaz-ztest: Use hash for fake hit count. Before, random number was used. +This is problematic for unit tests using yaz-ztest. This patch also makes +a hash for CQL queries. For RPN, any term with a leading digit will be +treated as pseudu hit count (to force any particular hit count by a client). + +yaz-ztest: return unique MARC dummy records. Beyond record offset +24, the author surname is patched with offset to make all records +unique. + +COMSTACK: make @ bind to IPV6+IPV4 consistenly and avoid depending +on system wide default (/proc/sys/net/ipv6/bindv6only). +@4 binds to IPV4 only. @6 binds to IPV6 only. + +Update CQL API documentation a bit + +CQL: don't accept extra terms for queries. Makes the CQL parser +stricly conformant to the standard. + --- 4.2.51 2013/02/12 GFS: scan handler gets extra_args from request and may return extra diff --git a/debian/changelog b/debian/changelog index 6825f5a..061acfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.52-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 03 Apr 2013 13:25:52 +0200 + yaz (4.2.51-1indexdata) unstable; urgency=low * Upstream.