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