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