Update doc/common + m4
[yazproxy-moved-to-github.git] / NEWS
1 Use libyaz4.
2
3 Make yazproxy work with USEMARCON 3.15.
4
5 --- 1.3.5 2009/12/03
6
7 Prepare for 64-bit YAZ. yazproxy will still work with YAZ++ 1.1.4 or
8 later which means YAZ 3.0.47 or later.
9
10 --- 1.3.4 2008/06/06
11
12 Omit debian directory from tar dist.
13
14 --- 1.3.3.2 2008/05/27
15
16 Match SRU database (PATH) against target name. Allow omitted explain
17 section in configuration for SRU.
18
19 --- 1.3.3.1 2008/05/21
20
21 Z39.50 authentication user is no longer set to client-IP for SRU.
22
23 --- 1.3.3 2008/03/20
24
25 Added support for limiting the number of sockets (connections) to
26 a particular backend. The new setting is called 'max-sockets' and
27 must be defined in the target section.
28
29 API verson 3 of USEMARCON is used. Patch by Ere Maijala.
30
31 --- 1.3.2 2008/02/29
32
33 Added option -D for yazproxy which puts yazproxy in background after
34 startup.
35
36 Fixed bug #2060: Killing yazproxy parent does not kill the child as well.
37
38 --- 1.3.1 2007/12/27
39
40 Fixed bug #1989: For PQF SRU one char is stipped off query.
41
42 Fixed bug #1821: Wrong order of include directories for compiling.
43
44 Allow EXSLT to be used if it's available.
45
46 --- 1.3.0 2007/05/09
47
48 Debian packages libyazproxy2, libyazproxy2-dev. These depend on
49 libyazpp2, libyazpp2-dev.
50
51 Branch out: YAZPROXY_1_2_1_1_branch .
52
53 --- 1.2.1.1 2006/06/09
54
55 Added support for thread config element which specifies number of
56 threads to be used for auhentication modules. By default, no threading
57 is used which happen to be value 0. Modules will still work but they will
58 be blocking.
59
60 --- 1.2.1 2006/05/01
61
62 Fixed problem with log of session ID when HTTP fowarded was in effect.
63
64 Fixed a problem with negative numbers in present requests.
65
66 Allow client-ip to be logged for each log entry. Specify
67 <log>client-ip</log> in the configuration.
68
69 Added support for limiting the number of initiating connections from
70 a single IP. limit-connect specifies a limit and if that is reached a
71 delay is introduced (just as limit-pdu, etc). Also added a new setting
72 max-connect; if that max value is reached for a single IP the proxy
73 will terminate the initiating session/connection immediately.
74
75 New directive default-client-charset which serves as charset to be
76 negotiated if client does NOT supports one.
77
78 Added support for threaded authentication modules. See
79 etc/config-modules.xml + mod_sample.cpp for an example.
80
81 Added support for Z39.50 character set negotiation. This allows the
82 proxy to act as a Z39.50 server supporting character set negotiation
83 for backends not supporting it. New config element target-charset
84 specifies encoding for target, and MUST be specified in order for
85 any conversion to take place. Conversion also takes place for SRW/SRU
86 clients that are negotiate implicitly to UTF-8.
87
88 --- 1.0.1 2005/05/27
89
90 Fixed bug #355: Yaz proxy does not seem to load balance.
91  
92 --- 1.0 2005/03/14
93
94 Added Support OPAC to XML conversion. Triggered by backendtype="opac"
95 and marcxml="1" in syntax sections. See etc/voyager.xml for example.
96
97 Option -X now makes it possible to stop YAZ proxy by sending
98 "stop" as PROXY target (in init). This used to be debug code in a
99 #if 0 .. #endif section.
100
101 Moved a lot of "private" stuff to proxyp.h so that only Yaz_Proxy
102 is publicly defined in include/yazproxy/proxy.h.
103
104 Authentication info sent to target modified. Element renamed from
105 "authentication" to "target-authentication" to avoid confusion with
106 client authentication. It now takes an authentication
107 type=open|idPass|anonymous . Value is user:group:password for idPass,
108 user/pass for open. Option -U auth is no longer supported.
109
110 Update YAZ Proxy config schema yazproxy.xsd to include definitions
111 for new elements negotation-charset, negotiation-lang, module, etc. .
112 Bump version to 0.9.
113
114 Started work on facility for module loading (plugins). Initial
115 effort is to be able to authenticate via a module. See mod_sample.cpp.
116
117 YAZ Proxy involved in Character Set and Language Negotiation. Added
118 support for client's side negotiation record (high priority). Added
119 support for new elements of YAZ Proxy config file - negotiation-charset,
120 negotiation-lang for parent element target.
121  
122 --- 0.9 2005/02/07
123
124 YAZ Proxy may use USEMARCON to convert between various MARC
125 formats. Use --with-usemarcon to specify Usemarcon location.
126 See config-mafi2ma.xml for an example configuration.
127 Requires USEMARCON 1.5, which can be fetched from:
128  http://www.bl.uk/services/bibliographic/usemarcon.html
129
130 Added support for XInclude for configuration file(s) so that
131 configuration can be partitioned in multiple files.
132
133 Fixed bug #189: Bad authenticated session transfer.
134
135 New config element "authentication" which specifies authentication
136 (Open v2/v3 Z39.50) to be used for backend.
137
138 New config attribute "backendcharset" for syntax element which specifies
139 charset (encoding) for record that is returned by backend. If omitted
140 the proxy assumes backend record encoding is MARC-8 (for backwards
141 compatibility). 
142
143 New config attribute "backendtype" for syntax element which specifies
144 record syntax to be transmitted to backend. This allows proxy to
145 offer a record syntax different from that offered by backend.
146
147 YAZ proxy no longer transmits element set name to backend target when
148 doing schema conversions. It just gets unset instead (it's optional).
149
150 Use YAZ_DOC macro to setup documentation. Added yaz.m4.
151
152 --- 0.8 2004/04/23
153
154 YAZ proxy control script renamed from yaz-proxy.sh to yazproxyctl.sh.
155
156 YAZ proxy executable renamed from yaz-proxy to yaz-proxy.
157
158 Older versions of YAZ proxy was part of YAZ++. We've split the
159 YAZ proxy into a separate project.