Use proper recordcharset for opacxml.
[yazproxy-moved-to-github.git] / NEWS
1
2 --- 1.0.1 2005/05/27
3
4 Fixed bug #355: Yaz proxy does not seem to load balance.
5
6 --- 1.0 2005/03/14
7
8 Added Support OPAC to XML conversion. Triggered by backendtype="opac"
9 and marcxml="1" in syntax sections. See etc/voyager.xml for example.
10
11 Option -X now makes it possible to stop YAZ proxy by sending
12 "stop" as PROXY target (in init). This used to be debug code in a
13 #if 0 .. #endif section.
14
15 Moved a lot of "private" stuff to proxyp.h so that only Yaz_Proxy
16 is publicly defined in include/yazproxy/proxy.h.
17
18 Authentication info sent to target modified. Element renamed from
19 "authentication" to "target-authentication" to avoid confusion with
20 client authentication. It now takes an authentication
21 type=open|idPass|anonymous . Value is user:group:password for idPass,
22 user/pass for open. Option -U auth is no longer supported.
23
24 Update YAZ Proxy config schema yazproxy.xsd to include definitions
25 for new elements negotation-charset, negotiation-lang, module, etc. .
26 Bump version to 0.9.
27
28 Started work on facility for module loading (plugins). Initial
29 effort is to be able to authenticate via a module. See mod_sample.cpp.
30
31 YAZ Proxy involved in Character Set and Language Negotiation. Added
32 support for client's side negotiation record (high priority). Added
33 support for new elements of YAZ Proxy config file - negotiation-charset,
34 negotiation-lang for parent element target.
35  
36 --- 0.9 2005/02/07
37
38 YAZ Proxy may use USEMARCON to convert between various MARC
39 formats. Use --with-usemarcon to specify Usemarcon location.
40 See config-mafi2ma.xml for an example configuration.
41 Requires USEMARCON 1.5, which can be fetched from:
42  http://www.bl.uk/services/bibliographic/usemarcon.html
43
44 Added support for XInclude for configuration file(s) so that
45 configuration can be partitioned in multiple files.
46
47 Fixed bug #189: Bad authenticated session transfer.
48
49 New config element "authentication" which specifies authentication
50 (Open v2/v3 Z39.50) to be used for backend.
51
52 New config attribute "backendcharset" for syntax element which specifies
53 charset (encoding) for record that is returned by backend. If omitted
54 the proxy assumes backend record encoding is MARC-8 (for backwards
55 compatibility). 
56
57 New config attribute "backendtype" for syntax element which specifies
58 record syntax to be transmitted to backend. This allows proxy to
59 offer a record syntax different from that offered by backend.
60
61 YAZ proxy no longer transmits element set name to backend target when
62 doing schema conversions. It just gets unset instead (it's optional).
63
64 Use YAZ_DOC macro to setup documentation. Added yaz.m4.
65
66 --- 0.8 2004/04/23
67
68 YAZ proxy control script renamed from yaz-proxy.sh to yazproxyctl.sh.
69
70 YAZ proxy executable renamed from yaz-proxy to yaz-proxy.
71
72 Older versions of YAZ proxy was part of YAZ++. We've split the
73 YAZ proxy into a separate project.