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