From dce540bee59c10cf55a58cdfe6d7e6ac667e6749 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Mon, 3 Jul 2017 01:48:07 +0200 Subject: [PATCH] docs: releases/v2017.1.1: update regarding busybox segfault issue --- docs/releases/v2017.1.1.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/releases/v2017.1.1.rst b/docs/releases/v2017.1.1.rst index da7bcfde2..cd3518fa0 100644 --- a/docs/releases/v2017.1.1.rst +++ b/docs/releases/v2017.1.1.rst @@ -16,7 +16,7 @@ Bugfixes no regular sysupgrades are possible. TFTP recovery is necessary to make them work again. -* Add workaround to reduce sporadic segfaults of busybox (ash) when running shell scripts on ar71xx +* Add workaround to prevent sporadic segfaults of busybox (ash) when running shell scripts on ar71xx (`#1157 <https://github.com/freifunk-gluon/gluon/issues/1157>`_) * Disable batman-adv multicast optimizations to work around issue causing large @@ -39,8 +39,3 @@ Known issues * Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_) The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while. - -* Sporadic segfaults of busybox (ash) when running shell scripts on ar71xx (`#1157 <https://github.com/freifunk-gluon/gluon/issues/1157>`_) - - The issue has become very infrequent with Gluon v2017.1.1, but it may still lead - to out-of-memory on long-running nodes. -- GitLab