From: Adam Dickmeiss Date: Tue, 19 Jan 2010 14:13:49 +0000 (+0100) Subject: Update NEWS for 3.0.52 X-Git-Tag: v4.0.0~7 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=99045261c60b0b3b93e3553ee01b90b2ba59cfc4 Update NEWS for 3.0.52 --- diff --git a/NEWS b/NEWS index 10f9748..baed4a5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +--- 3.0.52 2009/12/03 + +tcpip comstack: fix use of uinitialized variable in cs_straddr. This +bug was introduced in 3.0.51. + +--- 3.0.51 2009/12/02 + +tcpip comstack: Remove TCP receiver buffer optimizations for Solaris. + +tcpip comstack: fix leak for getaddrinfo. + +Encoding of SRU database is performed by yaz_encode_sru_dbpath_odr or +yaz_encode_sru_dbpath_buf. Now used by yaz-client and the ZOOM API. +Decoding of SRU "path" database is performed by private function +yaz_decode_sru_dbpath_odr . This in turn is used by yaz_srw_decode +and yaz_sru_decode in server applications, GFS, yazproxy, metaproxy. + +yaz-client: honor base command for SRU. Change when database setting +is applied for SRU and ensure it is kept when a connection is reset. +Change also the way errors are displayed or SRU (decoding of packages). + --- 3.0.50 2009/11/02 Add support for extra request / response data for SRU codecs and GFS.