3 The sru_z9350 filter now recognizes SRU parameter z-target as being
4 a ZURL of the form host/database .
6 Mergetype may be specified for filter 'multi'.
10 Fixed problem in Makefile WRT library specifictions. This could produce
11 linker errors (when they should not happen).
13 Fixed bug #1341: MetaProxy returning different results. Problem was that
14 fix-up of record database did not normalize the database name.
16 Documentation updates for Windows compilation.
20 Fixed problem with logfile being truncated.
24 Fixed bug #1136: Access rights not enforced.
26 Extension for log module. The log category 'access' logs more details.
27 New category 'user-access' added which is simlar to 'access' but adds
28 the Z39.50 user as for all entries in a session.
32 Added support for configurable default/force target/vhost for module Z39.50
37 Implemented filter, session_shared, which optimizes usage of Z39.50
38 sessions and result sets.
40 New filter, record_transform, which converts MARC/XML records.
42 New filter, sru_z3950, which converts SRU to Z39.50 packages.
44 New filter, load_balance, in development.
46 New filter, zeerex_xplain.
48 XML framework for config files started.
50 Master RelaxNG Compact schema's are found in xml/schema/*.rnc,
51 RelaxNG XML schemas and XML Schema's are generated from RNC syntax.
52 XML config files are checked against RNG and XML Schema's.
54 XSLT transformation framework added in xml/xslt/*.xsl, consisting mainly of
55 LOC Marc21 stylesheets found at http://www.loc.gov/marcxml/xslt.
56 Added stylesheet explain2cqlpqftxt.xsl which transforms a standard SRU ZeeReX
57 explain record to YAZ CQL-to-PQF text config file.
61 Added 'timeout' setting for filter frontend_net which specifies the number
62 of seconds a session is idle before it is closed. Default timeout is
67 Database name in records returned set for virt_db/multi filters.
69 Filter session_shared now functional.
71 Log filter can be configured to write to a given file using 'filename'
72 element. Also information category can be specified with 'category'. If
73 filename is omitted, the log filter writes to stdout. See etc/config5.xml
78 Fixed compilation on Windows.
82 Added documentation for the hidenavailable option for the multi filter.
86 Fixed bug #573: Hide errors for individual servers. If the element
87 'hideunavailable' is given in the configuration, individual servers
88 being unavailable are hidden (unless all are unavailable).
90 Fixed bug #574: Database names are recognised case-sensitively.
92 Fixed bug #567: Fix up database name in Name-Plus-Record.
94 Fixed bug #568: Update win/makefile for VS 2005.
96 Fixed bug #569: Some options throws unknown exception.
100 More information about virtual hosts. The 'etc' directory is part of the
105 Build instructions for Windows. NMake makefile part of distribution tar.
111 Filters functional: auth_simple, backend_test, frontend_net, http_file,
112 log, multi, query_rewrite, template, virt_db, z3950_client.
114 Filters in development: session_shared.
116 Pseudo-filters: template, dl