X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=NEWS;h=213875ef1cafa9e92a68338c045ebbe9cff74788;hb=ef98468ea4c580b5d3bcdae2b3889703af4fb778;hp=93732d7ba7e8ac74fa1ebb448ba1a5ee4c7bfca4;hpb=4c42fcd314fe52e0a896b08ed9d818bf6f323fe7;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 93732d7..213875e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,33 @@ ---- 1.0.3 [in progress] +--- 1.0.7 2006/11/07 + +Added 'timeout' setting for filter frontend_net which specifies the number +of seconds a session is idle before it is closed. Default timeout is +300 (5 minutes). + +--- 1.0.6 2006/07/07 + +Database name in records returned set for virt_db/multi filters. + +Filter session_shared now functional. + +Log filter can be configured to write to a given file using 'filename' +element. Also information category can be specified with 'category'. If +filename is omitted, the log filter writes to stdout. See etc/config5.xml +for example. + +--- 1.0.5 2006/05/16 + +Fixed compilation on Windows. + +--- 1.0.4 2006/05/16 + +Added documentation for the hidenavailable option for the multi filter. + +--- 1.0.3 2006/05/16 + +Fixed bug #573: Hide errors for individual servers. If the element +'hideunavailable' is given in the configuration, individual servers +being unavailable are hidden (unless all are unavailable). Fixed bug #574: Database names are recognised case-sensitively.