X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=NEWS;h=b866332bfb4fad120891586af5b2e8f49ee99fce;hb=8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f;hp=b451cb156b4e63ec78388339159c9b309d68dd7d;hpb=b1fd6c16f885972e0a68591b115edf120ffd7b21;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index b451cb1..b866332 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,75 @@ +--- 1.3.52 2012/11/30 + +zoom: fix http://-check. SRU search broken in 1.3.51. + +--- 1.3.51 2012/11/15 + +zoom: only append http:// for SRU if not already given . Makes it +possible to use https-URLs. + +Use yazpp 1.4 or later due to new ABI. + +frontend_net: allow max package size to be specified. Controlled by +attribute 'max_recv_bytes' of element 'port'. + +--- 1.3.50 2012/10/29 + +For most generated diagnostics by filters, typically temporary +system error, augment addinfo message with filter name. + +Add support for CentOS 6 packages. + +sru_z3950: interpret Z39.50 diagnostics part of Init Response. + +Add man page for metaproxy-config. + +--- 1.3.49 2012/10/18 + +zoom: new config element passthru. This defines an element set that is +passed verbatim to the backend in pz2 mode. + +auth_simple: allow both idPass and open auth. Also fix SEGV that could +occur for open auth. + +--- 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. + --- 1.3.45 2012/09/12 sru_z3950: relay surrogate diagnostics.