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