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