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