1277a1ed456a46f914e854b9ad2b59cd145589b6
[yazproxy-moved-to-github.git] / NEWS
1 <<YAZ Proxy involved in Character Set and Language Negotiation. Added
2 support for client's side negotiation record (high priority). Added
3 support for new elements of YAZ Proxy config file - negotiation-charset,
4 negotiation-lang for parent element target.>>
5  
6 --- 0.9 2005/02/07
7
8 YAZ Proxy may use USEMARCON to convert between various MARC
9 formats. Use --with-usemarcon to specify Usemarcon location.
10 See config-mafi2ma.xml for an example configuration.
11 Requires USEMARCON 1.5, which can be fetched from:
12  http://www.bl.uk/services/bibliographic/usemarcon.html
13
14 Added support for XInclude for configuration file(s) so that
15 configuration can be partitioned in multiple files.
16
17 Fixed bug #189: Bad authenticated session transfer.
18
19 New config element "authentication" which specifies authentication
20 (Open v2/v3 Z39.50) to be used for backend.
21
22 New config attribute "backendcharset" for syntax element which specifies
23 charset (encoding) for record that is returned by backend. If omitted
24 the proxy assumes backend record encoding is MARC-8 (for backwards
25 compatibility). 
26
27 New config attribute "backendtype" for syntax element which specifies
28 record syntax to be transmitted to backend. This allows proxy to
29 offer a record syntax different from that offered by backend.
30
31 YAZ proxy no longer transmits element set name to backend target when
32 doing schema conversions. It just gets unset instead (it's optional).
33
34 Use YAZ_DOC macro to setup documentation. Added yaz.m4.
35
36 --- 0.8 2004/04/23
37
38 YAZ proxy control script renamed from yaz-proxy.sh to yazproxyctl.sh.
39
40 YAZ proxy executable renamed from yaz-proxy to yaz-proxy.
41
42 Older versions of YAZ proxy was part of YAZ++. We've split the
43 YAZ proxy into a separate project.