about summary refs log tree commit diff
path: root/doc/manual/release-notes/rl-2.3.xml
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-01-14T05·14-0500
committerEelco Dolstra <edolstra@gmail.com>2020-02-18T15·45+0100
commit6605ea0197267f8742edc74a39a5b6fc727afee3 (patch)
treefb1a9f1c8ca54580dfed8ab90b9a196d5b808e5d /doc/manual/release-notes/rl-2.3.xml
parentb51ecc02c834eed67f45e943519e6e522b7185ae (diff)
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.

(cherry picked from commit 5d24e18e29ea1fff8fa316701fd95be6941da770)
Diffstat (limited to 'doc/manual/release-notes/rl-2.3.xml')
-rw-r--r--doc/manual/release-notes/rl-2.3.xml15
1 files 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 80fbd63966a3..0ad7d641f879 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:</para>
   </listitem>
 
   <listitem>
-    <para>The installer now enables sandboxing by default on
-    Linux. The <literal>max-jobs</literal> setting now defaults to
-    1.</para>
+    <para>The installer now enables sandboxing by default on Linux when the
+    system has the necessary kernel support.
+    </para>
+  </listitem>
+
+  <listitem>
+    <para>The <literal>max-jobs</literal> setting now defaults to 1.</para>
   </listitem>
 
   <listitem>
@@ -82,11 +86,6 @@ incompatible changes:</para>
     the duration of Nix function calls to stderr.</para>
   </listitem>
 
-  <listitem>
-    <para>On Linux, sandboxing is now disabled by default on systems
-    that don’t have the necessary kernel support.</para>
-  </listitem>
-
 </itemizedlist>
 
 </section>