X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=NEWS;h=18729aea80a1795a95a547c34f405e0bd76a86dd;hb=af4aeffc188e6d93b50803694bd5e57c1dc5e520;hp=b349deb618b79a843e374dec8f6b8beabeefe382;hpb=48705b849f706b852579a2fa221b78e620885a55;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index b349deb..18729ae 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +--- 1.0.19 2009/07/08 + +For filter multi, the target (for routing) may be given as a glob-pattern. + +More documentation for filters virt_db and multi. + +Update schema to allow for no database in sru_z3950 filter. + +--- 1.0.18 2009/06/30 + +Added limit filter to put sleep (penalty) for heavy use. + +Filter frontend_net may be configured to limit the number of new connections +from same IP to some value (connect-max). + +Fixed the load_balance filter. + +--- 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).