Glob-pattern for virt_db match (bug #3106)
[metaproxy-moved-to-github.git] / NEWS
1 For filter virt_db, the database is a glob pattern and the virtual
2 database sections are consulted in the order given.
3
4 --- 1.0.19 2009/07/08
5
6 For filter multi, the target (for routing) may be given as a glob-pattern.
7
8 More documentation for filters virt_db and multi.
9
10 Update schema to allow for no database in sru_z3950 filter.
11
12 --- 1.0.18 2009/06/30
13
14 Added limit filter to put sleep (penalty) for heavy use.
15
16 Filter frontend_net may be configured to limit the number of new connections
17 from same IP to some value (connect-max).
18
19 Fixed the load_balance filter.
20
21 --- 1.0.17 2009/06/16
22
23 Fix path for metaproxy executable for Debian init.d script.
24
25 --- 1.0.16 2009/06/10
26
27 SRU to Z39.50 filter honors x-username and x-password. If only
28 x-username is given that translates to open authentication (Z39.50v2). If
29 both x-username and x-password is present that translates to idPass
30 authentication (Z39.50v3).
31
32 New facility to change current working directory (-w).
33
34 Update to upstream skeleton of init.d script. Should fix bug #2619.
35
36 Filter session_shared now caches records (used to only cache connections
37 and result sets).
38
39 Filter session_shared now invalidates a Z39.50 session if a server
40 returns -1 hits. This facility was also part of yazproxy and gets around
41 a bug in Voyager-based Z39.50 servers.
42
43 --- 1.0.15 2008/11/18
44
45 Fixed reference counting bug in Z39.50 client module (could cause SEGV).
46
47 --- 1.0.14 2008/06/09
48
49 Fixed the value of SRU record schema in searchRetrieve response. It was set
50 to a fixed value of "dc" before.
51
52 Serialize identical SRU requests. This is useful if HTTP client software
53 fires identical requests against metaproxy.
54
55 Allow Z39.50 target to be specified for SRU requests by using SRU extra
56 parameter x-target. Allows SRU to contact arbitrary Z39.50 targets and
57 avoid static configuration. This facility is handled by the sru_z3950 module
58 and the z3950_client module.
59
60 Allow maximum number of sockets to be used for a Z39.50 client by the
61 use of SRU extra parameter x-max-sockets. This facility is handled by the
62 sru_z3950 module and the z3950_client module.
63
64 --- 1.0.13.1 2008/02/29
65
66 Simplified check for Boost libraries.
67
68 --- 1.0.13 2008/02/29
69
70 First Debian package.
71
72 The sru_z9350 filter now recognizes SRU parameter z-target as being
73 a ZURL of the form host/database . 
74
75 Mergetype may be specified for filter 'multi'.
76
77 --- 1.0.12 2007/09/19
78
79 Fixed problem in Makefile WRT library specifictions. This could produce
80 linker errors (when they should not happen).
81
82 Fixed bug #1341: MetaProxy returning different results. Problem was that
83 fix-up of record database did not normalize the database name.
84
85 Documentation updates for Windows compilation.
86
87 --- 1.0.11 2007/06/14
88
89 Fixed problem with logfile being truncated.
90
91 --- 1.0.10 2007/05/23
92
93 Fixed bug #1136: Access rights not enforced.
94
95 Extension for log module. The log category 'access' logs more details.
96 New category 'user-access' added which is simlar to 'access' but adds
97 the Z39.50 user as for all entries in a session.
98
99 Switched to GPL v2.
100
101 Added support for configurable default/force target/vhost for module Z39.50
102 client module.
103
104 --- 1.0.8 2007/01/25
105
106 Implemented filter, session_shared, which optimizes usage of Z39.50
107 sessions and result sets.
108
109 New filter, record_transform, which converts MARC/XML records.
110
111 New filter, sru_z3950, which converts SRU to Z39.50 packages.
112
113 New filter, load_balance, in development.
114
115 New filter, zeerex_xplain.
116
117 XML framework for config files started.
118
119 Master RelaxNG Compact schema's are found in xml/schema/*.rnc,
120 RelaxNG XML schemas and XML Schema's are generated from RNC syntax.
121 XML config files are checked against RNG and XML Schema's.
122
123 XSLT transformation framework added in xml/xslt/*.xsl, consisting mainly of 
124 LOC Marc21 stylesheets found at http://www.loc.gov/marcxml/xslt.
125 Added stylesheet explain2cqlpqftxt.xsl which transforms a standard SRU ZeeReX 
126 explain record to YAZ CQL-to-PQF text config file. 
127
128 --- 1.0.7 2006/11/07
129
130 Added 'timeout' setting for filter frontend_net which specifies the number
131 of seconds a session is idle before it is closed. Default timeout is
132 300 (5 minutes).
133
134 --- 1.0.6 2006/07/07
135
136 Database name in records returned set for virt_db/multi filters.
137
138 Filter session_shared now functional.
139
140 Log filter can be configured to write to a given file using 'filename'
141 element. Also information category can be specified with 'category'. If
142 filename is omitted, the log filter writes to stdout. See etc/config5.xml
143 for example.
144
145 --- 1.0.5 2006/05/16
146
147 Fixed compilation on Windows.
148
149 --- 1.0.4 2006/05/16
150
151 Added documentation for the hidenavailable option for the multi filter.
152
153 --- 1.0.3 2006/05/16
154
155 Fixed bug #573: Hide errors for individual servers. If the element
156 'hideunavailable' is given in the configuration, individual servers
157 being unavailable are hidden (unless all are unavailable). 
158
159 Fixed bug #574: Database names are recognised case-sensitively.
160
161 Fixed bug #567: Fix up database name in Name-Plus-Record.
162
163 Fixed bug #568: Update win/makefile for VS 2005.
164
165 Fixed bug #569: Some options throws unknown exception.
166
167 --- 1.0.2 2006/04/28
168
169 More information about virtual hosts. The 'etc' directory is part of the
170 distribution tar.
171
172 --- 1.0.1 2006/04/27
173
174 Build instructions for Windows. NMake makefile part of distribution tar.
175
176 --- 1.0.0 2006/04/24
177
178 More documentation.
179
180 Filters functional: auth_simple, backend_test, frontend_net, http_file,
181  log, multi, query_rewrite, template, virt_db, z3950_client.
182
183 Filters in development: session_shared.
184
185 Pseudo-filters: template, dl
186
187 --- 0.9 2006/03/27