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