diff --git a/IDMETA b/IDMETA index 1484f3b7..576c81fd 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="buster stretch jessie" UBUNTU_DIST="focal bionic xenial trusty" CENTOS_DIST="centos8 centos7 centos6" -VERSION=5.30.2 +VERSION=5.30.3 diff --git a/NEWS b/NEWS index 1a5a61b2..b336dd60 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +--- 5.30.3 2020/06/10 + +Require getaddrinfo which has been available since 2003. + +Provide server host for SSL by using gnutls_server_name_set(3). +Thx to Guillaume Jactat. + +Obey [host]:port notation for IPV6 +https://tools.ietf.org/html/rfc3986#section-3.2.2 + +Minor fixes to 'make dist' handling. Thx to Hugh McMaster. + --- 5.30.2 2020/04/13 Partly revert UTF-8 records returned by yaz-ztest (introduced in 5.30.0)