From 9ecce5911b2fe50184f7d77eee7fc165eeda45d4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 14 Apr 2018 08:34:20 +0200 Subject: [PATCH] docs: releases/v2017.1.6: add latest fixes --- docs/releases/v2017.1.6.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/releases/v2017.1.6.rst b/docs/releases/v2017.1.6.rst index 0fbd22eb..33d16c27 100644 --- a/docs/releases/v2017.1.6.rst +++ b/docs/releases/v2017.1.6.rst @@ -4,6 +4,27 @@ Gluon 2017.1.6 (in development) Bugfixes ~~~~~~~~ +* Remove broken DNS cache feature + (`#1362 `_) + + It was found that dnsmasq does not handle all answer records + equally. In particular, its cached answers are missing DNSKEY and DS + records, breaking DNSSEC validation on clients. + + Nodes can still resolve the next-node hostname locally and will continue to + work as DNS forwarders. The DNS cache feature may return if dnsmasq is fixed + or if we switch to a different resolver. + +* Ensure that corefiles are stored in /tmp rather than cluttering the root + filesystem + (`00df8b76e54c `_) + + Nodes upgrades from Gluon v2016.2.x or earlier did not set kernel.core_pattern + correctly, leading to corefiles being stored in the current directory (usually + / for system services) in the case of crashes. + + This is a regression introduced in Gluon v2017.1. + * Only request a single IPv6 address instead of a prefix on the WAN interface (`5db54ba78c3 `_)