Version 1.5.2
[yazpp-moved-to-github.git] / NEWS
1 --- 1.5.2 2013/11/14
2
3 Make improved RecordCache::add YPP-10 . This will take a CompSpec as
4 argument. We leave existing RecordCache:add for now.
5
6 Fix libyazpp6-dbg to depend on libyazpp6.
7
8 --- 1.5.1 2013/10/29
9
10 query_transform considers SORTBY clause and generates type-7 sort. YPP-9
11
12 GDU: if decode fails in assignment, reset m_gdu ptr. This fixes a SEGV
13 that could otherwise happen.
14
15 --- 1.5.0 2013/10/04
16
17 Bump so/DLL to version 6 and use YAZ 5.
18
19 Use odr_create_Odr_oct and make yazpp work with both YAZ 4 and YAZ 5.
20
21 --- 1.4.1 2013/05/03
22
23 Allow SSL certificate to be given for PDU_Assoc. Makes it possible
24 to use yazpp API in SSL/HTTPS in server role.
25
26 New Debian package libyazpp5-dbg.
27
28 --- 1.4.0 2012/11/13
29
30 Pimpl some public classes SocketManager, Z_Assoc, PDU_Assoc,
31 and RecordCache.
32
33 New PDU_Assoc method get_comstack. Allows us to change COMSTACK
34 settings, such as max_recv_bytes.
35
36 yazpp-config no longer returns yazpp library only by default. To get
37 zoom library returned, 'zoom' must be passed to yazpp-config, eg
38 yazpp-config --libs zoom .
39
40 --- 1.3.3 2012/08/26
41
42 Release for CentOS 6.
43
44 debian: Use dpkg-buildflags in build process.
45
46 debian: devel => libdevel
47
48 --- 1.3.2 2012/08/20
49
50 PDU_Assoc: Fix missing close if session is dead .
51 When queue is flushed and session is daed, close session. Fixes
52 a problem with missing close in HTTP 1.0 - no keepalive mode.
53
54 --- 1.3.1 2012/07/03
55
56 SocketManager::processEvent returns 1 on EINTR. This changes behavior
57 a bit, but ensures that it returns if we receive a signal.
58
59 --- 1.3.0 2012/04/25
60
61 Add facility to allow a server to close its listener. PDU_Assoc::listen
62 with addr=="" stops listener.
63
64 --- 1.2.8 2012/02/02
65
66 Log incoming HTTP package content if decoding fails.
67
68 --- 1.2.7 2011/08/12
69
70 Force YAZ 4.2.8 because it provides new functionality.
71
72 --- 1.2.6 2011/06/20
73
74 Use config.h for configure defines.
75
76 Depend on YAZ 4.2.3 because of YAZ provides new facilities and these
77 are needed by Metaproxy.
78
79 --- 1.2.5 2011/05/06
80
81 Make packages for Debian wheezy, Ubuntu natty.
82
83 --- 1.2.4 2011/01/27
84
85 RPM: Release includes 'indexdata' name. Use indexdata in release name so
86 this package can be distinguished from other vendors.
87
88 RPM: make it relocatable.
89
90 yazpp-config: Use exec_prefix, libdir, includedir.
91
92 --- 1.2.3 2010/06/15
93
94 No *.la in Debian/RPM pacakges.
95
96 --- 1.2.2 2010/05/11
97
98 Update dependency to YAZ 4.0.8 because it has an important fix for
99 record conversion (for Metaproxy).
100
101 Build for Ubuntu karmic.
102
103 --- 1.2.1 2010/01/28
104
105 Update dependency on newer because YAZ 4.0.1 has new functions.
106
107 --- 1.2.0 2010/01/20
108
109 Debian/Windows/RPM packages link with YAZ 4.
110
111 --- 1.1.6 2009/12/03
112
113 Prepare for 64-bit YAZ. YAZ++ will still work with YAZ 3.0.47 or later.
114
115 --- 1.1.5 2009/11/19
116
117 Fix install doc rule for Automake 1.11
118
119 --- 1.1.4 2009/07/08
120
121 Depend on YAZ 3.0.47 with new functionality.
122
123 --- 1.1.3 2009/06/30
124
125 Added classes TimeStat and LimitConnect (used by Metaproxy).
126
127 --- 1.1.2 2009/06/09
128
129 RecordCache:add clones record instead of making refs to it.
130
131 --- 1.1.1 2008/06/06
132
133 Require YAZ 3.0.30 because it offers a new function: yaz_mk_sru_surrogate
134 that yazproxy makes use of.
135
136 Removed debian directory from tar-dist to ease integration for Debian
137 maintainers.
138
139 --- 1.1.0.1 2008/05/21
140
141 Fixed handling for Z39.50 decoding (memory violation).
142
143 --- 1.1.0 2008/02/29
144
145 Fixed bug #2095: libzoompp.so must be it's own debian package.
146
147 --- 1.0.4 2007/11/12
148
149 SocketManager class implemented uses yaz_poll instead of select(2)
150 directly. This allows more than 1024 sockets to be in use on some
151 systems.
152
153 --- 1.0.3 2007/05/09
154
155 Debian libyazpp2 package; depending on libyaz3.
156
157 Change wording of YAZ++ license to the 'Revised BSD License'.
158
159 Added assignment operator for class Yaz_Z_Query. This could break
160 binary layout.
161
162 Branch out: YAZPP_1_0_2_branch.
163
164 --- 1.0.0 2006/05/01
165
166 On Windows, DEBUG=1 produces yazppd.{lib,dll}. DEBUG=0 producess
167 yazpp.{lib,dll} as usual.
168
169 Fixes for GCC 4.1 being a little more strict.
170
171 Changed product filename from yaz++ to yazpp. Moved header files
172 from include/yaz++ to include/yazpp. This means that all yaz++
173 header files must now be referenced as <yazpp/header.h>.
174
175 All public definitions are in namespace yazpp_1. Many object types were
176 renamed from Yaz_name to just Name.
177
178 Moved to build system to automake 1.8/1.9.
179
180 --- 0.9 2005/02/07
181
182 Fixed bug #188: unhandled event in processEvent. The error was seen in
183 rare cases when timeout socket events occurred.
184
185 Configure option --with-yazconfig renamed to --with-yaz.
186
187 Fix include path order to avoid yaz++ from using old headers.
188
189 Use YAZ_DOC macro to setup documentation.
190
191 --- 0.8 2004/04/23
192
193 Proxy now a separate project. See http://indexdata.dk/yazproxy/
194
195 For proxy, fix duplicate reporting for SRW diagnostic 7, details query.
196
197 Use yaz.css for documentation.
198
199 On Windows with Visual Studio, YAZ++ is built using nmake rather than
200 project files.
201
202 --- 0.7.13 2004/03/30 Internal release.
203
204 Move proxy to separate sub directory and change license to GPL.
205
206 --- 0.7.12 2004/03/17 Internal release.
207
208 Force libXSLT to reports errors to log file (similar to libXML2).
209
210 Update voyager.xml and pqf.properties to use info: URIs.
211
212 Fixed handling of omitted referenceIDs.
213
214 --- 0.7.11 2004/03/01 Internal release.
215
216 Fix pre_init to prevent spawn if it is already queued.
217
218 --- 0.7.10 2004/02/27 Internal release.
219
220 Make workaround for FILE handles for libxml2 on Solaris where
221 maximum is 256 on 32-bit systems. Unix fd handles are OK.
222
223 Revise proxy algorithm for backend target selection.
224
225 --- 0.7.9 2004/02/25 Internal release.
226
227 Deal with init message sizes for reuse sessions.
228
229 Add implemenation of zlint. Z39.50 utility that checks for common errors
230 on servers. Ala UNIX' lint.
231
232 --- 0.7.8 2004/02/16 Internal release.
233
234 For yaz-proxy, allow maximum number of files to be specified (setrlimit) with
235 option -n for yaz-proxy. Log the number of max files with getrlimit always.
236
237 For yaz-proxy, fixed SEGV bug that occured when duplicate init requests was received and no cached init response was available.
238
239 For yaz-proxy, added MODS version 3 conversion, MARC21slim2MODS3.xsl.
240 Updated voyager.xml, config.xml to use it. Default "mods" is still MODS v2.
241
242 --- 0.7.7 2004/02/10 Internal release.
243
244 Make proxy perform keepalive when receiving SIGBUS.
245
246 For yaz-proxy, fixed problem with fixup of referenceId's. 
247
248 --- 0.7.6 2004/02/05 Internal release.
249
250 For yaz-proxy, force correct referenceID's.
251
252 For yaz-proxy, log libxml2/libxslt errors in yaz log.
253
254 Update yaz-proxy to work with SRW diagnostic code as a URI/string.
255
256 Proxy now throws 'unsupported transfer syntax' / 'unsupported ESN' properly.
257
258 For yaz-proxy, multiple explain records may exist for one target.
259 Proxy checks contents of database element in explain record to
260 validate database.
261
262 --- 0.7.5 2004/01/15 Internal release.
263
264 Fixes for Z39.50 options / version.
265
266 Fixes for XML formatting for stylesheet conversions.
267
268 --- 0.7.4 2004/01/07 Internal release.
269
270 SRW/SRU gateway for yaz-proxy.
271
272 Schema conversion 
273
274 --- 0.6 2003/09/04 Third release
275
276 Fixed handling of cookies so they can be of any length.
277
278 Proxy caches records.
279
280 Various C++ fixes for GCC 3.2.
281
282 Proxy now closes socket when Close PDU is received from target.
283
284 Proxy does keep alive of sockets for anonymous sessions.
285
286 Bug fix: in some cases the Proxy could issue a Present Request
287 which was out of range (code 13).
288
289 New autoconf m4 macro in yazpp.m4.
290
291 Fix creation of src/yaz++-config so that it works if srcdir != objdir.
292
293 Fixes for yaz++-config for libtool archives.
294
295 --- 0.5 2002/11/04 Second release
296
297 Fix Windows compile.
298
299 Remove private extended service (URSULA)
300
301 --- 0.4 2002/10/24 First official release
302
303 Documentation!
304
305 Added ZOOM C++ binding.
306
307 --- 0.3 2002/10/04 Internal release.
308