From: Tomas Krizek Date: Wed, 15 Jan 2020 12:03:06 +0000 (+0100) Subject: NEWS: add incompatible changes section X-Git-Tag: v5.0.0~6^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784a9229f9d306b57a669a159f65055ce83e6e65;p=thirdparty%2Fknot-resolver.git NEWS: add incompatible changes section --- diff --git a/NEWS b/NEWS index b6cb3e1d1..e7fa143e8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ -Knot Resolver 4.x.y (20yy-mm-dd) +Knot Resolver 5.0.0 (20yy-mm-dd) ================================ +Incompatible changes +-------------------- +- see upgrading guide: https://knot-resolver.readthedocs.io/en/stable/upgrading.html +- net.listen() throws an error if it fails to bind; use freebind option if needed +- control socket location has changed + Improvements ------------ - logging: control-socket commands don't log unless --verbose (#528)