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