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