Version 4.2.52 v4.2.52
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 3 Apr 2013 11:30:02 +0000 (13:30 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 3 Apr 2013 11:30:02 +0000 (13:30 +0200)
IDMETA
NEWS
debian/changelog

diff --git a/IDMETA b/IDMETA
index db5ff02..44097c4 100755 (executable)
--- 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 (file)
--- 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
index 6825f5a..061acfe 100644 (file)
@@ -1,3 +1,9 @@
+yaz (4.2.52-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 03 Apr 2013 13:25:52 +0200
+
 yaz (4.2.51-1indexdata) unstable; urgency=low
 
   * Upstream.