From: Vladimír Čunát Date: Mon, 11 Dec 2017 13:18:36 +0000 (+0100) Subject: NEWS and version update for 1.5.1 X-Git-Tag: v1.5.1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48604aa9a27c34fd32dfa4082c15d587aefe1b0;p=thirdparty%2Fknot-resolver.git NEWS and version update for 1.5.1 --- diff --git a/NEWS b/NEWS index 0855cd013..c375ed0b0 100644 --- a/NEWS +++ b/NEWS @@ -1,20 +1,25 @@ -Knot Resolver 2.0.0 (2018-xx-yy) +Knot Resolver 1.5.1 (2017-12-12) ================================ + Incompatible changes -------------------- - script supervisor.py was removed, please migrate to a real process manager - module ketcd was renamed to etcd for consistency - module kmemcached was renamed to memcached for consistency -Knot Resolver 1.5.1 (2017-1x-yy) -================================ - Bugfixes -------- -- fix SIGPIPE crashes +- fix SIGPIPE crashes (#271) - tests: work around out-of-space for platforms with larger memory pages - lua: fix mistakes in bindings affecting 1.4.0 and 1.5.0 (and 1.99.1-alpha), potentially causing problems in dns64 and workarounds modules +- predict module: various fixes (!399) + +Improvements +------------ +- add priming module to implement RFC 8109, enabled by default (#220) +- add modules helping with system time problems, enabled by default; + for details see documentation of detect_time_skew and detect_time_jump Knot Resolver 1.5.0 (2017-11-02) diff --git a/config.mk b/config.mk index 9b7930bcb..3bdb65f18 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,7 @@ # Project MAJOR := 1 MINOR := 5 -PATCH := 0 +PATCH := 1 EXTRA := ABIVER := 4 BUILDMODE := dynamic