X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=bd5b85414632427fade7f964771549bcede132ad;hp=70f5479c9b840e8a1b36e72274db2000069d787b;hb=2e375c5e7b4bf62adb93cb5a9b66ce5d43a1e8b7;hpb=87ff4e1db83ca09c8996ba09cb0a66055b5f9409 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