X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=fed8f3b10ce62588c9626a292b49379f9fc92a41;hb=d2c24334b58c3fe10d1af36dedb2f4de5a7d9fb9;hp=38319ef989a0eb9a055b97a212d42573f95755a3;hpb=b580b6f606842cac87708b6bdf78140ca8ec0afa;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 38319ef..fed8f3b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +tcp comstack: change behavior for @-specs (anyaddr). @ listens on +AF_INET (IPV4) peers, and @6 listens to AF_INET6 (ipv6) peers. +Previously @ listened on AF_INET6 which accepted both IPV4 and IPV6 +peers on some Linux systems. However, in general that does not work +so YAZ can not rely on that to work. Debian changed behavior in this +respect from Debian lenny to Debian squeeze (still testing as of Oct +2010). Refer to: +http://www.mail-archive.com/debian-devel@lists.debian.org/msg277726.html + +--- 4.1.1 2010/10/05 + +Fix yaz-config output: echo_source not set correctly by configure. + --- 4.1.0 2010/10/05 SOLR WebService support for yaz-client and ZOOM.