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