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