From 5d5be9706eed43cfb9470fffd09cd134f10c2c64 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 30 Aug 2017 23:09:06 +0200 Subject: [PATCH] Impala makes packaging a life-long addiction Take that recursive acronym, GNU! --- .version | 2 +- nixos/doc/manual/release-notes/rl-1803.xml | 46 ++++++++++++++++++++++ nixos/modules/misc/version.nix | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 nixos/doc/manual/release-notes/rl-1803.xml 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 @@ +
+ +Release 18.03 (“Impala”, 2018/03/??) + +In addition to numerous new and upgraded packages, this release +has the following highlights: + + + + + + + + +The following new services were added since the last release: + + + + + + + +When upgrading from a previous release, please be aware of the +following incompatible changes: + + + + + + + + +Other notable improvements: + + + + + + + + +
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