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