From 86016f25a0a1a932eb1b77d5795cb646c46b5684 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 11 Apr 2018 11:38:24 +0200 Subject: [PATCH] docs: releases/v2017.1.6: add more explanation regarding queue limit change, mention CPE/WBS 210/510 sysupgrade patch --- docs/releases/v2017.1.6.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/releases/v2017.1.6.rst b/docs/releases/v2017.1.6.rst index d6ccd5a2..5cada83c 100644 --- a/docs/releases/v2017.1.6.rst +++ b/docs/releases/v2017.1.6.rst @@ -25,6 +25,19 @@ Bugfixes * Reduce memory limit of WLAN packet queues to 256KB on devices with small RAM (`e63c6ca01f50 `_) + Will hopefully make out-of-memory crashes in busy meshes less likely. + +* Improve image validation for TP-Link CPE/WBS 210/510 and make it ready for + future images + (LEDE/`6577fe2198f5 `_) + + Future OpenWrt/Gluon images will move the image metadata ("support-list") of + the CPE/WBS 210/510 images to a different offset. Make sysupgrade ready + to allow installing such images. + + This change was also backported to Gluon v2016.2.x to allow direct updates + to future Gluon master versions without installing v2017.1.x first. + * Sporadic segfaults of busybox (ash) when running shell scripts on ar71xx have disappeared with the latest updates (`#1157 `_)