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