z3950_client filter: force_apdu facility
[metaproxy-moved-to-github.git] / NEWS
1 Filter z3950_client may be configured to always send a close APDU
2 to backend target when connection/session is closed. This will only
3 happen if close APDU is not already sent. Enabled by configuration
4 for z3950_client (force_close).
5
6 Filter virt_db and multi relays close APDU.
7
8 Filter virt_db and multi: relay init size parameters 
9 preferredMessageSize and maximumRecordSize.
10
11 Filter sru_z3950: increase init sz parameters from 1MB to 10 MB.
12
13 --- 1.2.4 2011/01/27
14
15 RPM package for Metaproxy works for both SLES11 and Centos 5.5.
16
17 metaproxy-config: exec_prefix, libdir, includedir. Use these variables
18 as determined by configure.
19
20 RPM: Release includes 'indexdata' name. Use indexdata in release name so
21 this package can be distinguished from other vendors.
22
23 --- 1.2.3 2010/10/04
24
25 Fix filter multi: relay idAuthentication parameters.
26
27 --- 1.2.2 2010/09/15
28
29 Add metaproxy-config for returning compiler flags, libraries.
30
31 --- 1.2.1 2010/08/18
32
33 Fix --with-boost=PREFIX .
34
35 --- 1.2.0 2010/07/09
36
37 session_shared: fix use of maintenance thread.
38
39 Introduce 'start' method for filters and routers. It gets called after
40 configure and after fork, but before processing. This changes API -
41 from libmetaproxy2 to libmetaproxy3.
42
43 --- 1.1.7 2010/06/30
44
45 session_shared: ensure backend session is closed if init rejected
46 is received.
47
48 z3950_client: fix NULL ptr reference that could occur if two clients
49 connected concurrently and if max-sockets was in effect.
50
51 --- 1.1.6 2010/06/21
52
53 Fix bug 3497 - Metaproxy unstable while stopping.
54
55 Fix bug 3495 - SEGV in SRU filter.
56
57 --- 1.1.5 2010/06/15
58
59 Filter multi throws diagnostic 'Present Out of Range' when
60 appropriate - rather than returning 0 records.
61
62 Filter virt_db: fix bad result reuse. Could happen if a result
63 was overriden and a backend did not supported named result sets.
64
65 --- 1.1.4 2010/05/11
66
67 Filter log: category access logs diagnostics even if searchStatus
68 or presentStatus is 'success'.
69
70 --- 1.1.3 2010/04/21
71
72 The SRU to Z39.50 filter does repeated Z39.50 present requests
73 to fetch all records. Needed when a Z39.50 server returns partial
74 results (due to message size limits).
75
76 --- 1.1.2 2010/03/18
77
78 Metaproxy now kills all child processes that are spawned by
79 modules (in case of fork, exec).
80
81 --- 1.1.1 2010/01/28
82
83 Debian package now installs /etc/metaproxy/metaproxy.xml which
84 includes all XML files /etc/metaproxy/filters-enabled .
85 The include facility uses YAZ' yaz_xml_include_simple (YAZ 4.0.1).
86
87 --- 1.1.0 2010/01/20
88
89 Package based on YAZ version 4 and YAZ++ 1.2.0. It now includes a
90 development package to facilitate 3rd party Metaproxy modules.
91
92 --- 1.0.23 2010/01/04
93
94 Filter virt_db: Close backend filter session when Init rejected is received
95 from it (in which case it's not really closed yet). This will ensure we don't
96 run out of resources such as FDs in this case.
97
98 sru_z3950 filter: Accept any database (including those not listed).
99
100 --- 1.0.22 2009/12/03
101
102 Prepare for 64-bit YAZ. yazproxy will still work with YAZ++ 1.1.4 or
103 later which means YAZ 3.0.47 or later.
104
105 --- 1.0.20 2009/11/19
106
107 For filter virt_db, the database is a glob pattern and the virtual
108 database sections are consulted in the order given.
109
110 --- 1.0.19 2009/07/08
111
112 For filter multi, the target (for routing) may be given as a glob-pattern.
113
114 More documentation for filters virt_db and multi.
115
116 Update schema to allow for no database in sru_z3950 filter.
117
118 --- 1.0.18 2009/06/30
119
120 Added limit filter to put sleep (penalty) for heavy use.
121
122 Filter frontend_net may be configured to limit the number of new connections
123 from same IP to some value (connect-max).
124
125 Fixed the load_balance filter.
126
127 --- 1.0.17 2009/06/16
128
129 Fix path for metaproxy executable for Debian init.d script.
130
131 --- 1.0.16 2009/06/10
132
133 SRU to Z39.50 filter honors x-username and x-password. If only
134 x-username is given that translates to open authentication (Z39.50v2). If
135 both x-username and x-password is present that translates to idPass
136 authentication (Z39.50v3).
137
138 New facility to change current working directory (-w).
139
140 Update to upstream skeleton of init.d script. Should fix bug #2619.
141
142 Filter session_shared now caches records (used to only cache connections
143 and result sets).
144
145 Filter session_shared now invalidates a Z39.50 session if a server
146 returns -1 hits. This facility was also part of yazproxy and gets around
147 a bug in Voyager-based Z39.50 servers.
148
149 --- 1.0.15 2008/11/18
150
151 Fixed reference counting bug in Z39.50 client module (could cause SEGV).
152
153 --- 1.0.14 2008/06/09
154
155 Fixed the value of SRU record schema in searchRetrieve response. It was set
156 to a fixed value of "dc" before.
157
158 Serialize identical SRU requests. This is useful if HTTP client software
159 fires identical requests against metaproxy.
160
161 Allow Z39.50 target to be specified for SRU requests by using SRU extra
162 parameter x-target. Allows SRU to contact arbitrary Z39.50 targets and
163 avoid static configuration. This facility is handled by the sru_z3950 module
164 and the z3950_client module.
165
166 Allow maximum number of sockets to be used for a Z39.50 client by the
167 use of SRU extra parameter x-max-sockets. This facility is handled by the
168 sru_z3950 module and the z3950_client module.
169
170 --- 1.0.13.1 2008/02/29
171
172 Simplified check for Boost libraries.
173
174 --- 1.0.13 2008/02/29
175
176 First Debian package.
177
178 The sru_z9350 filter now recognizes SRU parameter z-target as being
179 a ZURL of the form host/database . 
180
181 Mergetype may be specified for filter 'multi'.
182
183 --- 1.0.12 2007/09/19
184
185 Fixed problem in Makefile WRT library specifictions. This could produce
186 linker errors (when they should not happen).
187
188 Fixed bug #1341: MetaProxy returning different results. Problem was that
189 fix-up of record database did not normalize the database name.
190
191 Documentation updates for Windows compilation.
192
193 --- 1.0.11 2007/06/14
194
195 Fixed problem with logfile being truncated.
196
197 --- 1.0.10 2007/05/23
198
199 Fixed bug #1136: Access rights not enforced.
200
201 Extension for log module. The log category 'access' logs more details.
202 New category 'user-access' added which is simlar to 'access' but adds
203 the Z39.50 user as for all entries in a session.
204
205 Switched to GPL v2.
206
207 Added support for configurable default/force target/vhost for module Z39.50
208 client module.
209
210 --- 1.0.8 2007/01/25
211
212 Implemented filter, session_shared, which optimizes usage of Z39.50
213 sessions and result sets.
214
215 New filter, record_transform, which converts MARC/XML records.
216
217 New filter, sru_z3950, which converts SRU to Z39.50 packages.
218
219 New filter, load_balance, in development.
220
221 New filter, zeerex_xplain.
222
223 XML framework for config files started.
224
225 Master RelaxNG Compact schema's are found in xml/schema/*.rnc,
226 RelaxNG XML schemas and XML Schema's are generated from RNC syntax.
227 XML config files are checked against RNG and XML Schema's.
228
229 XSLT transformation framework added in xml/xslt/*.xsl, consisting mainly of 
230 LOC Marc21 stylesheets found at http://www.loc.gov/marcxml/xslt.
231 Added stylesheet explain2cqlpqftxt.xsl which transforms a standard SRU ZeeReX 
232 explain record to YAZ CQL-to-PQF text config file. 
233
234 --- 1.0.7 2006/11/07
235
236 Added 'timeout' setting for filter frontend_net which specifies the number
237 of seconds a session is idle before it is closed. Default timeout is
238 300 (5 minutes).
239
240 --- 1.0.6 2006/07/07
241
242 Database name in records returned set for virt_db/multi filters.
243
244 Filter session_shared now functional.
245
246 Log filter can be configured to write to a given file using 'filename'
247 element. Also information category can be specified with 'category'. If
248 filename is omitted, the log filter writes to stdout. See etc/config5.xml
249 for example.
250
251 --- 1.0.5 2006/05/16
252
253 Fixed compilation on Windows.
254
255 --- 1.0.4 2006/05/16
256
257 Added documentation for the hidenavailable option for the multi filter.
258
259 --- 1.0.3 2006/05/16
260
261 Fixed bug #573: Hide errors for individual servers. If the element
262 'hideunavailable' is given in the configuration, individual servers
263 being unavailable are hidden (unless all are unavailable). 
264
265 Fixed bug #574: Database names are recognised case-sensitively.
266
267 Fixed bug #567: Fix up database name in Name-Plus-Record.
268
269 Fixed bug #568: Update win/makefile for VS 2005.
270
271 Fixed bug #569: Some options throws unknown exception.
272
273 --- 1.0.2 2006/04/28
274
275 More information about virtual hosts. The 'etc' directory is part of the
276 distribution tar.
277
278 --- 1.0.1 2006/04/27
279
280 Build instructions for Windows. NMake makefile part of distribution tar.
281
282 --- 1.0.0 2006/04/24
283
284 More documentation.
285
286 Filters functional: auth_simple, backend_test, frontend_net, http_file,
287  log, multi, query_rewrite, template, virt_db, z3950_client.
288
289 Filters in development: session_shared.
290
291 Pseudo-filters: template, dl
292
293 --- 0.9 2006/03/27