1 Mergetype may be specified for filter 'multi'.
5 Fixed problem in Makefile WRT library specifictions. This could produce
6 linker errors (when they should not happen).
8 Fixed bug #1341: MetaProxy returning different results. Problem was that
9 fix-up of record database did not normalize the database name.
11 Documentation updates for Windows compilation.
15 Fixed problem with logfile being truncated.
19 Fixed bug #1136: Access rights not enforced.
21 Extension for log module. The log category 'access' logs more details.
22 New category 'user-access' added which is simlar to 'access' but adds
23 the Z39.50 user as for all entries in a session.
27 Added support for configurable default/force target/vhost for module Z39.50
32 Implemented filter, session_shared, which optimizes usage of Z39.50
33 sessions and result sets.
35 New filter, record_transform, which converts MARC/XML records.
37 New filter, sru_z3950, which converts SRU to Z39.50 packages.
39 New filter, load_balance, in development.
41 New filter, zeerex_xplain.
43 XML framework for config files started.
45 Master RelaxNG Compact schema's are found in xml/schema/*.rnc,
46 RelaxNG XML schemas and XML Schema's are generated from RNC syntax.
47 XML config files are checked against RNG and XML Schema's.
49 XSLT transformation framework added in xml/xslt/*.xsl, consisting mainly of
50 LOC Marc21 stylesheets found at http://www.loc.gov/marcxml/xslt.
51 Added stylesheet explain2cqlpqftxt.xsl which transforms a standard SRU ZeeReX
52 explain record to YAZ CQL-to-PQF text config file.
56 Added 'timeout' setting for filter frontend_net which specifies the number
57 of seconds a session is idle before it is closed. Default timeout is
62 Database name in records returned set for virt_db/multi filters.
64 Filter session_shared now functional.
66 Log filter can be configured to write to a given file using 'filename'
67 element. Also information category can be specified with 'category'. If
68 filename is omitted, the log filter writes to stdout. See etc/config5.xml
73 Fixed compilation on Windows.
77 Added documentation for the hidenavailable option for the multi filter.
81 Fixed bug #573: Hide errors for individual servers. If the element
82 'hideunavailable' is given in the configuration, individual servers
83 being unavailable are hidden (unless all are unavailable).
85 Fixed bug #574: Database names are recognised case-sensitively.
87 Fixed bug #567: Fix up database name in Name-Plus-Record.
89 Fixed bug #568: Update win/makefile for VS 2005.
91 Fixed bug #569: Some options throws unknown exception.
95 More information about virtual hosts. The 'etc' directory is part of the
100 Build instructions for Windows. NMake makefile part of distribution tar.
106 Filters functional: auth_simple, backend_test, frontend_net, http_file,
107 log, multi, query_rewrite, template, virt_db, z3950_client.
109 Filters in development: session_shared.
111 Pseudo-filters: template, dl