From: Tomas Krizek Date: Mon, 5 Aug 2019 13:57:33 +0000 (+0200) Subject: bump version to 4.2.0 X-Git-Tag: v4.2.0^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b9016edf55d37831beebfc2212310853b7d33e;p=thirdparty%2Fknot-resolver.git bump version to 4.2.0 --- diff --git a/NEWS b/NEWS index c649ef102..3817523f9 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,10 @@ -Knot Resolver 4.2.0 (2019-08-06) +Knot Resolver 4.2.0 (2019-08-05) ================================ Improvements ------------ - queries without RD bit set are REFUSED by default (!838) +- support forwarding to multiple targets (!825) Bugfixes -------- diff --git a/meson.build b/meson.build index f0ca01b1a..72788093d 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'knot-resolver', ['c', 'cpp'], license: 'GPLv3+', - version: '4.1.0', + version: '4.2.0', default_options: ['c_std=gnu11', 'b_ndebug=if-release'], meson_version: '>=0.46', )