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