From 8ecc311bccc70dc2caddc73aa7b9258726790f5c Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 22 Apr 2019 18:55:28 +0200 Subject: [PATCH] Update stable version to 19.03 Also prepares for 19.09. --- README.md | 6 +++--- doc/installation.xml | 8 ++++---- doc/release-notes/release-notes.xml | 1 + doc/release-notes/rl-1903.xml | 9 ++------- doc/release-notes/rl-1909.xml | 12 ++++++++++++ modules/misc/version.nix | 2 +- 6 files changed, 23 insertions(+), 15 deletions(-) create mode 100644 doc/release-notes/rl-1909.xml diff --git a/README.md b/README.md index c308724f5..58593f7b3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ will write to your dconf store and cannot tell whether a configuration that it is about to be overwrite was from a previous Home Manager generation or from manual configuration. -Home Manager targets [NixOS][] unstable and NixOS version 18.09 (the +Home Manager targets [NixOS][] unstable and NixOS version 19.03 (the current stable version), it may or may not work on other Linux distributions and NixOS versions. @@ -72,11 +72,11 @@ Currently the easiest way to install Home Manager is as follows: if you are following Nixpkgs master or an unstable channel and ```console - $ nix-channel --add https://github.com/rycee/home-manager/archive/release-18.09.tar.gz home-manager + $ nix-channel --add https://github.com/rycee/home-manager/archive/release-19.03.tar.gz home-manager $ nix-channel --update ``` - if you follow a Nixpkgs version 18.09 channel. + if you follow a Nixpkgs version 19.03 channel. On NixOS you may need to log out and back in for the channel to become available. On non-NixOS you may have to add diff --git a/doc/installation.xml b/doc/installation.xml index b01093983..77f6e167e 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -79,11 +79,11 @@ if you are following Nixpkgs master or an unstable channel and -$ nix-channel --add https://github.com/rycee/home-manager/archive/release-18.09.tar.gz home-manager +$ nix-channel --add https://github.com/rycee/home-manager/archive/release-19.03.tar.gz home-manager $ nix-channel --update - if you follow a Nixpkgs version 18.09 channel. + if you follow a Nixpkgs version 19.03 channel. On NixOS you may need to log out and back in for the channel to become @@ -169,12 +169,12 @@ $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh -# nix-channel --add https://github.com/rycee/home-manager/archive/release-18.09.tar.gz home-manager +# nix-channel --add https://github.com/rycee/home-manager/archive/release-19.03.tar.gz home-manager # nix-channel --update - if you follow a Nixpkgs version 18.09 channel. + if you follow a Nixpkgs version 19.03 channel. diff --git a/doc/release-notes/release-notes.xml b/doc/release-notes/release-notes.xml index bb63ce6c8..4675f0bfa 100644 --- a/doc/release-notes/release-notes.xml +++ b/doc/release-notes/release-notes.xml @@ -8,6 +8,7 @@ This section lists the release notes for stable versions of Home Manager and the current unstable version. + diff --git a/doc/release-notes/rl-1903.xml b/doc/release-notes/rl-1903.xml index d260dbc2b..f2868dea4 100644 --- a/doc/release-notes/rl-1903.xml +++ b/doc/release-notes/rl-1903.xml @@ -3,15 +3,10 @@ xmlns:xi="http://www.w3.org/2001/XInclude" version="5.0" xml:id="sec-release-19.03"> - Release 19.03 (unstable) + Release 19.03 - This is the current unstable branch and the information in this section is - therefore not final. - - - - Scheduled released is March, 2019. + The 19.03 release branch became the stable branch in April, 2019.
+ Release 19.09 (unreleased) + + + This is the current unstable branch and the information in this section is + therefore not final. + +
diff --git a/modules/misc/version.nix b/modules/misc/version.nix index 42e19e98a..18bb28f76 100644 --- a/modules/misc/version.nix +++ b/modules/misc/version.nix @@ -5,7 +5,7 @@ with lib; { options = { home.stateVersion = mkOption { - type = types.enum [ "18.09" "19.03" ]; + type = types.enum [ "18.09" "19.03" "19.09" ]; default = "18.09"; description = '' It is occasionally necessary for Home Manager to change