summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-08-30 23:09:06 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-08-30 23:13:56 +0200
commit5d5be9706eed43cfb9470fffd09cd134f10c2c64 (patch)
tree20a5ccf1d07f9b6c3b352672089a1c4b2ddde7a0
parent6a7066eb53685438564dc50362666d0e7f150110 (diff)
downloadnixpkgs-5d5be9706eed43cfb9470fffd09cd134f10c2c64.tar
nixpkgs-5d5be9706eed43cfb9470fffd09cd134f10c2c64.tar.gz
nixpkgs-5d5be9706eed43cfb9470fffd09cd134f10c2c64.tar.bz2
nixpkgs-5d5be9706eed43cfb9470fffd09cd134f10c2c64.tar.lz
nixpkgs-5d5be9706eed43cfb9470fffd09cd134f10c2c64.tar.xz
nixpkgs-5d5be9706eed43cfb9470fffd09cd134f10c2c64.tar.zst
nixpkgs-5d5be9706eed43cfb9470fffd09cd134f10c2c64.zip
Impala makes packaging a life-long addiction
Take that recursive acronym, GNU!
-rw-r--r--.version2
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml46
-rw-r--r--nixos/modules/misc/version.nix2
3 files changed, 48 insertions, 2 deletions
diff --git a/.version b/.version
index 2fdad9f4058..a88d2ca3231 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-17.09
+18.03
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
new file mode 100644
index 00000000000..ce05cde7b08
--- /dev/null
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -0,0 +1,46 @@
+<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>
diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix
index 315c33a462c..48cde2ebbc8 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -95,7 +95,7 @@ in
       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