From: Vladimír Čunát Date: Wed, 26 Apr 2017 10:59:26 +0000 (+0200) Subject: qflags refactor: NEWS entry, ABI bump X-Git-Tag: v1.4.0~20^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dca31b96a9d3cf893f23bb87c72a50633ef55f;p=thirdparty%2Fknot-resolver.git qflags refactor: NEWS entry, ABI bump --- diff --git a/NEWS b/NEWS index abae3eb09..1a8c1ec53 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Knot Resolver 1.4.0 (2017-0x-yy) +================================ + +Incompatible changes +-------------------- + +- lua: query flag-sets are no longer represented as plain integers. + Using bit operations directly on kres.query.* no longer works, + but other use cases should work as before. Still, it is recommended + to instead write code like qry.flags.NO_0X20 = true. + + Knot Resolver 1.3.2 (2017-07-28) ================================ diff --git a/config.mk b/config.mk index e7db4577a..64b55bdf2 100644 --- a/config.mk +++ b/config.mk @@ -3,7 +3,7 @@ MAJOR := 1 MINOR := 3 PATCH := 2 EXTRA := -ABIVER := 3 +ABIVER := 4 BUILDMODE := dynamic HARDENING := yes