From: Adam Dickmeiss Date: Wed, 2 Dec 2009 11:44:22 +0000 (+0100) Subject: Summarize news for 3.0.51 X-Git-Tag: v3.0.51 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=a6926807be8fe26dde141c94df505ad9444f294c;p=yaz-moved-to-github.git Summarize news for 3.0.51 --- diff --git a/NEWS b/NEWS index 10f9748..867fd14 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +--- 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.