1 Added support for configurable default/force target/vhost for module Z39.50
6 Implemented filter, session_shared, which optimizes usage of Z39.50
7 sessions and result sets.
9 New filter, record_transform, which converts MARC/XML records.
11 New filter, sru_z3950, which converts SRU to Z39.50 packages.
13 New filter, load_balance, in development.
15 New filter, zeerex_xplain.
17 XML framework for config files started.
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.
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.
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
36 Database name in records returned set for virt_db/multi filters.
38 Filter session_shared now functional.
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
47 Fixed compilation on Windows.
51 Added documentation for the hidenavailable option for the multi filter.
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).
59 Fixed bug #574: Database names are recognised case-sensitively.
61 Fixed bug #567: Fix up database name in Name-Plus-Record.
63 Fixed bug #568: Update win/makefile for VS 2005.
65 Fixed bug #569: Some options throws unknown exception.
69 More information about virtual hosts. The 'etc' directory is part of the
74 Build instructions for Windows. NMake makefile part of distribution tar.
80 Filters functional: auth_simple, backend_test, frontend_net, http_file,
81 log, multi, query_rewrite, template, virt_db, z3950_client.
83 Filters in development: session_shared.
85 Pseudo-filters: template, dl