X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=c662c04b07986b036db8e860d10bba5e7132dd6f;hb=0627418ae05d1f79ec21f5579db0dbaf3c5ac286;hp=77c665e3627981347119820328f15d4367ac3017;hpb=5f934fd196d6f52a6338b054f8a2cc7bfb7a0c4b;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 77c665e..c662c04 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,115 @@ +--- 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. + +--- 1.3.44 2012/09/10 + +zoom: Honor extraArgs, strip # in zurl. + +multi: fix SEGV for scan. Reported by Rustam T. Usmanov. + +zoom: url_recipe allow %{var[reg]} substitutions. +It's like ${var[reg]} but does URI component encoding as well. + +--- 1.3.43 2012/08/22 + +RPM/Deb: require yazpp 1.3.2, because it fixes a missing close of +non-keepalive HTTP sessions. + +http_file: allow zero size files (bug fix) + +Fix zoom schema: auth_url is optional + +--- 1.3.42 2012/08/20 + +zoom: fix un-init memory (could result in SEGV at session close) + +frontend_net: handle X-Forwarded-For. This is stored in package.origin() +and may be used in filters as usual. + +zoom: authentication via Torus lookup +Enabled by new configuration setting: auth_url . If this is defined, +the zoom module will contact Torus for auth/IP lookup and that will +define realm to be used in session. + +--- 1.3.41 2012/08/10 + +virt_db: Fix database name - first character we removed by mistake. +Bug introduced in 1.3.40. + +--- 1.3.40 2012/08/06 + +virt_db: Don't use "unix path" as database for Unix sockets. + +--- 1.3.39 2012/08/02 + +z3950_client: Don't tamper with / in zurl - fixes problems +using Unix sockets for backends. + +session_shared: fix integer overflow problem with hit count. + +session_shared: avoid long usage of cached queries. + +zoom: New database argument , torus_url to set URL of Torus +record to be fetched. + +--- 1.3.38 2012/07/04 + +Fixes for 'metaproxy reload' for RPM/Debian packages. + +zoom: Allow rpn2cql conversion to be augmented with a properties file. +Element rpn2cql can be specified per-target for the zoom filter. + +log: New category "line" which is a single-line log message with +most important parts of a HTTP/Z39.50 request/response. + --- 1.3.37 2012/06/01 frontend_net: add facility to report live statistics about response