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