Impala makes packaging a life-long addiction

Take that recursive acronym, GNU!

Changed files
+48 -2
nixos
doc
manual
release-notes
modules
+1 -1
.version
···
-
17.09
+
18.03
+46
nixos/doc/manual/release-notes/rl-1803.xml
···
+
<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-18.03">
+
+
<title>Release 18.03 (“Impala”, 2018/03/??)</title>
+
+
<para>In addition to numerous new and upgraded packages, this release
+
has the following highlights: </para>
+
+
<itemizedlist>
+
<listitem>
+
<para>
+
</para>
+
</listitem>
+
</itemizedlist>
+
+
<para>The following new services were added since the last release:</para>
+
+
<itemizedlist>
+
<listitem>
+
<para></para>
+
</listitem>
+
</itemizedlist>
+
+
<para>When upgrading from a previous release, please be aware of the
+
following incompatible changes:</para>
+
+
<itemizedlist>
+
<listitem>
+
<para>
+
</para>
+
</listitem>
+
</itemizedlist>
+
+
<para>Other notable improvements:</para>
+
+
<itemizedlist>
+
<listitem>
+
<para>
+
</para>
+
</listitem>
+
</itemizedlist>
+
+
</section>
+1 -1
nixos/modules/misc/version.nix
···
nixosVersionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId));
# Note: code names must only increase in alphabetical order.
-
nixosCodeName = "Hummingbird";
+
nixosCodeName = "Impala";
};
# Generate /etc/os-release. See