Implemented new log category 'user-access'.
[metaproxy-moved-to-github.git] / NEWS
1 --- 1.0.9 ..
2
3 Extension for log module. The log category 'access' logs more details.
4 New category 'user-access' added which is simlar to 'access' but adds
5 the Z39.50 user as for all entries in a session.
6
7 Switched to GPL v2.
8
9 Added support for configurable default/force target/vhost for module Z39.50
10 client module.
11
12 --- 1.0.8 2007/01/25
13
14 Implemented filter, session_shared, which optimizes usage of Z39.50
15 sessions and result sets.
16
17 New filter, record_transform, which converts MARC/XML records.
18
19 New filter, sru_z3950, which converts SRU to Z39.50 packages.
20
21 New filter, load_balance, in development.
22
23 New filter, zeerex_xplain.
24
25 XML framework for config files started.
26
27 Master RelaxNG Compact schema's are found in xml/schema/*.rnc,
28 RelaxNG XML schemas and XML Schema's are generated from RNC syntax.
29 XML config files are checked against RNG and XML Schema's.
30
31 XSLT transformation framework added in xml/xslt/*.xsl, consisting mainly of 
32 LOC Marc21 stylesheets found at http://www.loc.gov/marcxml/xslt.
33 Added stylesheet explain2cqlpqftxt.xsl which transforms a standard SRU ZeeReX 
34 explain record to YAZ CQL-to-PQF text config file. 
35
36 --- 1.0.7 2006/11/07
37
38 Added 'timeout' setting for filter frontend_net which specifies the number
39 of seconds a session is idle before it is closed. Default timeout is
40 300 (5 minutes).
41
42 --- 1.0.6 2006/07/07
43
44 Database name in records returned set for virt_db/multi filters.
45
46 Filter session_shared now functional.
47
48 Log filter can be configured to write to a given file using 'filename'
49 element. Also information category can be specified with 'category'. If
50 filename is omitted, the log filter writes to stdout. See etc/config5.xml
51 for example.
52
53 --- 1.0.5 2006/05/16
54
55 Fixed compilation on Windows.
56
57 --- 1.0.4 2006/05/16
58
59 Added documentation for the hidenavailable option for the multi filter.
60
61 --- 1.0.3 2006/05/16
62
63 Fixed bug #573: Hide errors for individual servers. If the element
64 'hideunavailable' is given in the configuration, individual servers
65 being unavailable are hidden (unless all are unavailable). 
66
67 Fixed bug #574: Database names are recognised case-sensitively.
68
69 Fixed bug #567: Fix up database name in Name-Plus-Record.
70
71 Fixed bug #568: Update win/makefile for VS 2005.
72
73 Fixed bug #569: Some options throws unknown exception.
74
75 --- 1.0.2 2006/04/28
76
77 More information about virtual hosts. The 'etc' directory is part of the
78 distribution tar.
79
80 --- 1.0.1 2006/04/27
81
82 Build instructions for Windows. NMake makefile part of distribution tar.
83
84 --- 1.0.0 2006/04/24
85
86 More documentation.
87
88 Filters functional: auth_simple, backend_test, frontend_net, http_file,
89  log, multi, query_rewrite, template, virt_db, z3950_client.
90
91 Filters in development: session_shared.
92
93 Pseudo-filters: template, dl
94
95 --- 0.9 2006/03/27