X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=70c0b6c22b8268d4636501c2dd935e68e2e31b85;hb=4cd9e521c5e96e3fcc5dcec6192571b54a1351c4;hp=2a9a5affd7878d1aebf6289c24b095957a9c382e;hpb=51254a0b14f61e5e560fb45adc260a245f4e181b;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 2a9a5af..70c0b6c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,57 @@ +--- 1.0.17 2009/06/16 + +Fix path for metaproxy executable for Debian init.d script. + +--- 1.0.16 2009/06/10 + +SRU to Z39.50 filter honors x-username and x-password. If only +x-username is given that translates to open authentication (Z39.50v2). If +both x-username and x-password is present that translates to idPass +authentication (Z39.50v3). + +New facility to change current working directory (-w). + +Update to upstream skeleton of init.d script. Should fix bug #2619. + +Filter session_shared now caches records (used to only cache connections +and result sets). + +Filter session_shared now invalidates a Z39.50 session if a server +returns -1 hits. This facility was also part of yazproxy and gets around +a bug in Voyager-based Z39.50 servers. + +--- 1.0.15 2008/11/18 + +Fixed reference counting bug in Z39.50 client module (could cause SEGV). + +--- 1.0.14 2008/06/09 + +Fixed the value of SRU record schema in searchRetrieve response. It was set +to a fixed value of "dc" before. + +Serialize identical SRU requests. This is useful if HTTP client software +fires identical requests against metaproxy. + +Allow Z39.50 target to be specified for SRU requests by using SRU extra +parameter x-target. Allows SRU to contact arbitrary Z39.50 targets and +avoid static configuration. This facility is handled by the sru_z3950 module +and the z3950_client module. + +Allow maximum number of sockets to be used for a Z39.50 client by the +use of SRU extra parameter x-max-sockets. This facility is handled by the +sru_z3950 module and the z3950_client module. + +--- 1.0.13.1 2008/02/29 + +Simplified check for Boost libraries. + +--- 1.0.13 2008/02/29 + +First Debian package. + +The sru_z9350 filter now recognizes SRU parameter z-target as being +a ZURL of the form host/database . + Mergetype may be specified for filter 'multi'. --- 1.0.12 2007/09/19