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