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