From 5d24e18e29ea1fff8fa316701fd95be6941da770 Mon Sep 17 00:00:00 2001 From: Benjamin Hipple Date: Tue, 14 Jan 2020 00:14:03 -0500 Subject: [PATCH] doc: touchup release notes for 2.3 - At the top of the release notes, we announce sandboxing is now enabled by default, then at the bottom it says it's now disabled when missing kernel support. These can be merged into one point for clarity. - The point about `max-jobs` defaulting to 1 appears unrelated to sandboxing. --- doc/manual/release-notes/rl-2.3.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/manual/release-notes/rl-2.3.xml b/doc/manual/release-notes/rl-2.3.xml index 80fbd6396..0ad7d641f 100644 --- a/doc/manual/release-notes/rl-2.3.xml +++ b/doc/manual/release-notes/rl-2.3.xml @@ -33,9 +33,13 @@ incompatible changes: - The installer now enables sandboxing by default on - Linux. The max-jobs setting now defaults to - 1. + The installer now enables sandboxing by default on Linux when the + system has the necessary kernel support. + + + + + The max-jobs setting now defaults to 1. @@ -82,11 +86,6 @@ incompatible changes: the duration of Nix function calls to stderr. - - On Linux, sandboxing is now disabled by default on systems - that don’t have the necessary kernel support. - -