Skip to content

Commit

Permalink
Release notes tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 2, 2018
1 parent 1f49926 commit 4dd0921
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions doc/manual/release-notes/rl-2.1.xml
Expand Up @@ -4,14 +4,37 @@
version="5.0"
xml:id="ssec-relnotes-2.1">

<title>Release 2.1 (2018-08-31)</title>
<title>Release 2.1 (2018-09-02)</title>

<para>This is primarily a bug fix release. It also reduces memory
consumption in certain situations. In addition, it has the following
new features:</para>

<itemizedlist>

<listitem>
<para>The Nix installer will no longer default to the Multi-User
installation for macOS. You can still <link
linkend="sect-multi-user-installation">instruct the installer to
run in multi-user mode</link>.
</para>
</listitem>

<listitem>
<para>The Nix installer now supports performing a Multi-User
installation for Linux computers which are running systemd. You
can <link
linkend="sect-multi-user-installation">select a Multi-User installation</link> by passing the
<option>--daemon</option> flag to the installer: <command>sh &lt;(curl
https://nixos.org/nix/install) --daemon</command>.
</para>

<para>The multi-user installer cannot handle systems with SELinux.
If your system has SELinux enabled, you can <link
linkend="sect-single-user-installation">force the installer to run
in single-user mode</link>.</para>
</listitem>

<listitem>
<para>New builtin functions:
<literal>builtins.bitAnd</literal>,
Expand Down Expand Up @@ -49,29 +72,6 @@ new features:</para>
<varname>nix-support/propagated-user-env-packages</varname>.</para>
</listitem>

<listitem>
<para>The Nix installer will no longer default to the Multi-User
installation for macOS. You can still <link
linkend="sect-multi-user-installation">instruct the installer to
run in multi-user mode</link>.
</para>
</listitem>

<listitem>
<para>The Nix installer now supports performing a Multi-User
installation for Linux computers which are running systemd. You
can <link
linkend="sect-multi-user-installation">select a Multi-User installation</link> by passing the
<option>--daemon</option> flag to the installer: <command>sh &lt;(curl
https://nixos.org/nix/install) --daemon</command>.
</para>

<para>The multi-user installer cannot handle systems with SELinux.
If your system has SELinux enabled, you can <link
linkend="sect-single-user-installation">force the installer to run
in single-user mode</link>.</para>
</listitem>

</itemizedlist>

<para>This release has contributions from
Expand Down

0 comments on commit 4dd0921

Please sign in to comment.