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