Added support for configurable default/force target/vhost for module Z39.50
[metaproxy-moved-to-github.git] / NEWS
1 Added support for configurable default/force target/vhost for module Z39.50
2 client module.
3
4 --- 1.0.8 2007/01/25
5
6 Implemented filter, session_shared, which optimizes usage of Z39.50
7 sessions and result sets.
8
9 New filter, record_transform, which converts MARC/XML records.
10
11 New filter, sru_z3950, which converts SRU to Z39.50 packages.
12
13 New filter, load_balance, in development.
14
15 New filter, zeerex_xplain.
16
17 XML framework for config files started.
18
19 Master RelaxNG Compact schema's are found in xml/schema/*.rnc,
20 RelaxNG XML schemas and XML Schema's are generated from RNC syntax.
21 XML config files are checked against RNG and XML Schema's.
22
23 XSLT transformation framework added in xml/xslt/*.xsl, consisting mainly of 
24 LOC Marc21 stylesheets found at http://www.loc.gov/marcxml/xslt.
25 Added stylesheet explain2cqlpqftxt.xsl which transforms a standard SRU ZeeReX 
26 explain record to YAZ CQL-to-PQF text config file. 
27
28 --- 1.0.7 2006/11/07
29
30 Added 'timeout' setting for filter frontend_net which specifies the number
31 of seconds a session is idle before it is closed. Default timeout is
32 300 (5 minutes).
33
34 --- 1.0.6 2006/07/07
35
36 Database name in records returned set for virt_db/multi filters.
37
38 Filter session_shared now functional.
39
40 Log filter can be configured to write to a given file using 'filename'
41 element. Also information category can be specified with 'category'. If
42 filename is omitted, the log filter writes to stdout. See etc/config5.xml
43 for example.
44
45 --- 1.0.5 2006/05/16
46
47 Fixed compilation on Windows.
48
49 --- 1.0.4 2006/05/16
50
51 Added documentation for the hidenavailable option for the multi filter.
52
53 --- 1.0.3 2006/05/16
54
55 Fixed bug #573: Hide errors for individual servers. If the element
56 'hideunavailable' is given in the configuration, individual servers
57 being unavailable are hidden (unless all are unavailable). 
58
59 Fixed bug #574: Database names are recognised case-sensitively.
60
61 Fixed bug #567: Fix up database name in Name-Plus-Record.
62
63 Fixed bug #568: Update win/makefile for VS 2005.
64
65 Fixed bug #569: Some options throws unknown exception.
66
67 --- 1.0.2 2006/04/28
68
69 More information about virtual hosts. The 'etc' directory is part of the
70 distribution tar.
71
72 --- 1.0.1 2006/04/27
73
74 Build instructions for Windows. NMake makefile part of distribution tar.
75
76 --- 1.0.0 2006/04/24
77
78 More documentation.
79
80 Filters functional: auth_simple, backend_test, frontend_net, http_file,
81  log, multi, query_rewrite, template, virt_db, z3950_client.
82
83 Filters in development: session_shared.
84
85 Pseudo-filters: template, dl
86
87 --- 0.9 2006/03/27