X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=e99f62b2caf40bafe4d31a2a47fdeb4525733d27;hp=da185019e3710890ac853afd9c975cc223227ce8;hb=a30e26753188529e2c8c896e9780e34d196d16d8;hpb=49a4d29a88820425b7d88b8550ca5e4bf5a42adb diff --git a/NEWS b/NEWS index da18501..e99f62b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +--- 5.10.2 2015/03/13 + +Deal with excess bytes in HTTP response for keepalive YAZ-830 + +Refactor ssl_put and tcpip_put to one function YAZ-832 + +Refactor ssl_get and tcpip_get to one function YAZ-831 + +Fix SEGV yaz-client for HTTP decoding error YAZ-829 + +Fix buffer overflow in cmd_elements in yaz-client YAZ-828 + +--- 5.10.1 2015/03/03 + +Fix test_sru.sh fails in pazpar2 YAZ-826 +Unfortunately a regression occurred with YAZ 5.10.0 that would make +Pazpar2 fail for HTTP connections. + +--- 5.10.0 2015/03/03 + +Use CONNECT for SSL backends and for Z39.50 thru HTTP proxy YAZ-825 +Introduce cs_create_host2 which returns if connection should be +proxy aware (HTTP:absoluteUri or Z39.50 proxy:vhost in init).. For CONNECT, +the connection is NOT proxy aware (no absoluteUri and no Z39.50 vhost). + +Fix http proxy fails with yaz-client YAZ-824 + +--- 5.9.1 2015/02/06 + +Fix 0 ptr reference for OPAC records from XML YAZ-822 + +--- 5.9.0 2015/02/02 + +Extend yaz daemon facility to assist int log rotation YAZ-818 YAZ-819 + --- 5.8.1 2015/01/13 record conv: 'select' return org record if no x-path match YAZ-814