From fd017477b0629d9edc909754d1f36b7afc9272ef Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 6 Jun 2017 18:13:05 +0200 Subject: [PATCH] docs: add v2016.2.6 release notes --- docs/index.rst | 1 + docs/releases/v2016.2.6.rst | 42 +++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 docs/releases/v2016.2.6.rst diff --git a/docs/index.rst b/docs/index.rst index 5ce3e0f2..356c845d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -64,6 +64,7 @@ Releases .. toctree:: :maxdepth: 1 + releases/v2016.2.6 releases/v2016.2.5 releases/v2016.2.4 releases/v2016.2.3 diff --git a/docs/releases/v2016.2.6.rst b/docs/releases/v2016.2.6.rst new file mode 100644 index 00000000..7358c93d --- /dev/null +++ b/docs/releases/v2016.2.6.rst @@ -0,0 +1,42 @@ +Gluon 2016.2.6 +============== + +Added hardware support +~~~~~~~~~~~~~~~~~~~~~~ + +ar71xx-generic +^^^^^^^^^^^^^^ + +* TP-Link TL-WR841N/ND v12 + +Bugfixes +~~~~~~~~ + +* Fix `CVE-2016-10229 `_ + (`#1097 `_) + + Fortunately, the standard Gluon setup is not vulnerable, as the issue only affects + applications that use MSG_PEEK on UDP sockets. dnsmasq does use MSG_PEEK, but + only in the DHCP component, which is not enabled during normal node operation. + +* Fix roaming issue affecting communication between clients + (`#1121 `_) + + This issue affects all previous releases of Gluon v2016.2.x. + +* Fix build against OpenSSL 1.1 (`b6a22ce `_) + +* Fix build with long path names (`#1120 `_) + +* Use new staged sysupgrade procedure (`d4a69c0 `_) + + The new sysupgrade fixes an issue affecting x86, causing nodes to lose their + configuration on upgrade when the size of the kernel partition grows. This is + the case when upgrading from Gluon v2016.2.x to newer (LEDE-based) Gluon + versions. **This means that a Gluon node running an older version must be + upgraded to Gluon v2016.2.6 first before switching to a LEDE-based version!** + + One downside of the staged sysupgrade is that all processes, including the SSH + server, will be terminated at the start of the sysupgrade to allow unmounting + the root filesystem. This makes it impossible to get any feedback from the + upgrade process without a serial console.