X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=fed8f3b10ce62588c9626a292b49379f9fc92a41;hb=43c1d385fc4076fac26aa0a93783b078c7347b5c;hp=7f50c115b18b3140aa1d03f6e52b2bb3140e2a24;hpb=e8ca42e680c5e5a644481e5d0b75a0e57c6d3e92;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 7f50c11..fed8f3b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +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. + +Define record syntax JSON. OID: 1.2.840.10003.5.1000.81.3 . + +--- 4.0.12 2010/08/17 + +Z39.50 facet support. Facet specifications are passed for search in +other-information with ASN.1 as defined in facet.asn and OID +.10.1000.81.5 . Facets are expressed as an Attribute list as known +from Type-1/RPN queries. Type 1 is field. Type 2 is sort order. Type +3 is limit (number of entries to get in response). yaz-ztest returns +dummy facets if a client asks for them. + --- 4.0.11 2010/07/09 CCL fixes: bug 2895 and bug 3539.