2018-09-02 22:17:59 +01:00
|
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
version="5.0"
|
|
|
|
xml:id="sec-release-19.03">
|
|
|
|
<title>Release 19.03 (“Koi”, 2019/03/??)</title>
|
|
|
|
|
|
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
version="5.0"
|
|
|
|
xml:id="sec-release-19.03-highlights">
|
|
|
|
<title>Highlights</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
In addition to numerous new and upgraded packages, this release has the
|
|
|
|
following highlights:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para />
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
version="5.0"
|
|
|
|
xml:id="sec-release-19.03-new-services">
|
|
|
|
<title>New Services</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The following new services were added since the last release:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para />
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
|
2018-09-23 16:40:47 +01:00
|
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
version="5.0"
|
2018-09-23 21:18:59 +01:00
|
|
|
xml:id="sec-release-19.03-incompatibilities">
|
2018-09-23 16:40:47 +01:00
|
|
|
<title>Backward Incompatibilities</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
When upgrading from a previous release, please be aware of the following
|
|
|
|
incompatible changes:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
2018-09-23 16:50:23 +01:00
|
|
|
<para>
|
|
|
|
The minimum version of Nix required to evaluate Nixpkgs is now 2.0.
|
|
|
|
</para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
For users of NixOS 18.03 and 19.03, NixOS defaults to Nix 2.0, but
|
|
|
|
supports using Nix 1.11 by setting <literal>nix.package =
|
|
|
|
pkgs.nix1;</literal>. If this option is set to a Nix 1.11 package, you
|
|
|
|
will need to either unset the option or upgrade it to Nix 2.0.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
For users of NixOS 17.09, you will first need to upgrade Nix by setting
|
|
|
|
<literal>nix.package = pkgs.nixStable2;</literal> and run
|
|
|
|
<command>nixos-rebuild switch</command> as the <literal>root</literal>
|
|
|
|
user.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
For users of a daemon-less Nix installation on Linux or macOS, you can
|
|
|
|
upgrade Nix by running <command>curl https://nixos.org/nix/install |
|
|
|
|
sh</command>, or prior to doing a channel update, running
|
|
|
|
<command>nix-env -iA nix</command>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
If you have already run a channel update and Nix is no longer able to
|
|
|
|
evaluate Nixpkgs, the error message printed should provide adequate
|
|
|
|
directions for upgrading Nix.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
For users of the Nix daemon on macOS, you can upgrade Nix by running
|
|
|
|
<command>sudo -i sh -c 'nix-channel --update && nix-env -iA
|
|
|
|
nixpkgs.nix'; sudo launchctl stop org.nixos.nix-daemon; sudo launchctl
|
|
|
|
start org.nixos.nix-daemon</command>.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2018-09-23 16:40:47 +01:00
|
|
|
</listitem>
|
2018-09-24 14:30:32 +01:00
|
|
|
<listitem>
|
2018-09-30 01:51:11 +01:00
|
|
|
<para>
|
|
|
|
Package <varname>rabbitmq_server</varname> is renamed to
|
|
|
|
<varname>rabbitmq-server</varname>.
|
|
|
|
</para>
|
2018-09-24 14:30:32 +01:00
|
|
|
</listitem>
|
2018-10-01 07:31:21 +01:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2018-10-01 20:28:15 +01:00
|
|
|
The <literal>light</literal> module no longer uses setuid binaries, but
|
2018-10-01 07:31:21 +01:00
|
|
|
udev rules. As a consequence users of that module have to belong to the
|
|
|
|
<literal>video</literal> group in order to use the executable
|
|
|
|
(i.e. <literal>users.users.yourusername.extraGroups = ["video"];</literal>).
|
|
|
|
</para>
|
|
|
|
</listitem>
|
2018-09-23 16:40:47 +01:00
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
|
2018-09-02 22:17:59 +01:00
|
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
version="5.0"
|
|
|
|
xml:id="sec-release-19.03-notable-changes">
|
|
|
|
<title>Other Notable Changes</title>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para />
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
</section>
|