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