From 7e968a47cd4383919ac1fdf4b675024787506c8c Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Mon, 5 Mar 2018 19:36:11 +0100 Subject: 18.03 -> 18.09 I don't have a name ready :-( so I have to fill it later. --- nixos/doc/manual/release-notes/release-notes.xml | 1 + nixos/doc/manual/release-notes/rl-1809.xml | 82 ++++++++++++++++++++++++ nixos/release.nix | 2 +- 3 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 nixos/doc/manual/release-notes/rl-1809.xml (limited to 'nixos') diff --git a/nixos/doc/manual/release-notes/release-notes.xml b/nixos/doc/manual/release-notes/release-notes.xml index 5ed56bde66592..b7f9fab44f3b1 100644 --- a/nixos/doc/manual/release-notes/release-notes.xml +++ b/nixos/doc/manual/release-notes/release-notes.xml @@ -9,6 +9,7 @@ This section lists the release notes for each stable version of NixOS and current unstable revision. + diff --git a/nixos/doc/manual/release-notes/rl-1809.xml b/nixos/doc/manual/release-notes/rl-1809.xml new file mode 100644 index 0000000000000..f44d9cad52f05 --- /dev/null +++ b/nixos/doc/manual/release-notes/rl-1809.xml @@ -0,0 +1,82 @@ +
+ +Release 18.09 (“??”, 2018/09/??) + +
+ +Highlights + +In addition to numerous new and upgraded packages, this release +has the following highlights: + + + + + TODO + + + + + +
+
+ +New Services + +The following new services were added since the last release: + + + + + + + +
+
+ +Backward Incompatibilities + +When upgrading from a previous release, please be aware of the +following incompatible changes: + + + + + + + + +
+
+ +Other Notable Changes + + + + + + + + +
+
diff --git a/nixos/release.nix b/nixos/release.nix index 1db2da511441f..c4a7f7fdb6843 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -1,4 +1,4 @@ -{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 56789; shortRev = "gfedcba"; } +{ nixpkgs ? { outPath = (import ../lib).cleanSource ./..; revCount = 130979; shortRev = "gfedcba"; } , stableBranch ? false , supportedSystems ? [ "x86_64-linux" "aarch64-linux" ] }: -- cgit 1.4.1