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