X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=NEWS;h=fc0d691f0121a3b662974bfdf38da9bd65493b39;hb=fad6d50149f4d49eda0d5d7898a4944fe63a246e;hp=b97bf6e55c3abdb51f3b5e0c4973f26783a5ac3c;hpb=7971e2f1544ae8525722e6c345cfc2e2003ccb6b;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index b97bf6e..fc0d691 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +--- 1.3.48 2012/10/08 + +z3950_client: fix string handling for init diagnostics in the case where +addinfo was absent. + +query_rewrite: no charset conversion for error queries. Avoid performing +charset conversion for query conversion errors. The resulting Type-1 +query is invalid in this case. + +--- 1.3.47 2012/10/04 + +For graceful stop (SIGUSR1), metaproxy will kill children processes. + +Log when metaproxy is invoked in test mode (-t). + +Log PID for each log message. + +multi: combine both NSDs and multiple NSDs into one (diagnostics). + +z3950_client: fixup multiple NSD's too. Like surrogate diagnostics, +a (backend=target) is appended for each diagnostic so that can be +determined the origin of error. + +multi: hideerrors also in use for present response. + +Solr example in zoom man page. + +Fix typo in query_rewrite config example. + +Log at least first non surrogate diagnostic. Instead of +"Z_Records_multipleNSD" + +multi: Fix check for opt Records in present response. A SEGV could occur +if a target did not return records and no diagnostics. + --- 1.3.46 2012/09/24 Yet another fix for graceful stop.