d1e2c3dddd911774c9d79ceca409d1b341377800
[yazproxy-moved-to-github.git] / NEWS
1 Fixed bug #189: Bad authenticated session transfer.
2
3 New config element "authentication" which specifies authentication
4 (Open v2/v3 Z39.50) to be used for backend.
5
6 New config attribute "backendcharset" for syntax element which specifies
7 charset (encoding) for record that is returned by backend. If omitted
8 the proxy assumes backend record encoding is MARC-8 (for backwards
9 compatibility). 
10
11 New config attribute "backendtype" for syntax element which specifies
12 record syntax to be transmitted to backend. This allows proxy to
13 offer a record syntax different from that offered by backend.
14
15 YAZ proxy no longer transmits element set name to backend target when
16 doing schema conversions. It just gets unset instead (it's optional).
17
18 Use YAZ_DOC macro to setup documentation. Added yaz.m4.
19
20 --- 0.8 2004/04/23
21
22 YAZ proxy control script renamed from yaz-proxy.sh to yazproxyctl.sh.
23
24 YAZ proxy executable renamed from yaz-proxy to yaz-proxy.
25
26 Older versions of YAZ proxy was part of YAZ++. We've split the
27 YAZ proxy into a separate project.