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