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