]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS and version update for 1.5.1
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 11 Dec 2017 13:18:36 +0000 (14:18 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 12 Dec 2017 09:08:37 +0000 (10:08 +0100)
NEWS
config.mk

diff --git a/NEWS b/NEWS
index 0855cd0130955e28084aed6db50d336345cd00e0..c375ed0b0e01ded6b4b4eb45001bcb130a646aa9 100644 (file)
--- 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)
index 9b7930bcb64e09b1d4797faf98701729974a4c94..3bdb65f182393dbf684d3374c8dc8cc6bcae77a6 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,7 @@
 # Project
 MAJOR := 1
 MINOR := 5
-PATCH := 0
+PATCH := 1
 EXTRA :=
 ABIVER := 4
 BUILDMODE := dynamic