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