Added 'timeout' setting for filter frontend_net which specifies the number
[metaproxy-moved-to-github.git] / NEWS
1 Added 'timeout' setting for filter frontend_net which specifies the number
2 of seconds a session is idle before it is closed. Default timeout is
3 300 (5 minutes).
4
5 --- 1.0.6 2006/07/07
6
7 Database name in records returned set for virt_db/multi filters.
8
9 Filter session_shared now functional.
10
11 Log filter can be configured to write to a given file using 'filename'
12 element. Also information category can be specified with 'category'. If
13 filename is omitted, the log filter writes to stdout. See etc/config5.xml
14 for example.
15
16 --- 1.0.5 2006/05/16
17
18 Fixed compilation on Windows.
19
20 --- 1.0.4 2006/05/16
21
22 Added documentation for the hidenavailable option for the multi filter.
23
24 --- 1.0.3 2006/05/16
25
26 Fixed bug #573: Hide errors for individual servers. If the element
27 'hideunavailable' is given in the configuration, individual servers
28 being unavailable are hidden (unless all are unavailable). 
29
30 Fixed bug #574: Database names are recognised case-sensitively.
31
32 Fixed bug #567: Fix up database name in Name-Plus-Record.
33
34 Fixed bug #568: Update win/makefile for VS 2005.
35
36 Fixed bug #569: Some options throws unknown exception.
37
38 --- 1.0.2 2006/04/28
39
40 More information about virtual hosts. The 'etc' directory is part of the
41 distribution tar.
42
43 --- 1.0.1 2006/04/27
44
45 Build instructions for Windows. NMake makefile part of distribution tar.
46
47 --- 1.0.0 2006/04/24
48
49 More documentation.
50
51 Filters functional: auth_simple, backend_test, frontend_net, http_file,
52  log, multi, query_rewrite, template, virt_db, z3950_client.
53
54 Filters in development: session_shared.
55
56 Pseudo-filters: template, dl
57
58 --- 0.9 2006/03/27