From bceb74a78cf64e14f98ff269fe3959b49a3546a7 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 20 Jan 2019 17:38:34 +0100 Subject: [PATCH] doc: add basic release notes (cherry picked from commit c03504699969127715dfc666f6aa00da74a94203) --- doc/default.nix | 1 + doc/manual.xml | 1 + doc/release-notes/release-notes.xml | 13 ++++++ doc/release-notes/rl-1809.xml | 11 +++++ doc/release-notes/rl-1903.xml | 67 +++++++++++++++++++++++++++++ 5 files changed, 93 insertions(+) create mode 100644 doc/release-notes/release-notes.xml create mode 100644 doc/release-notes/rl-1809.xml create mode 100644 doc/release-notes/rl-1903.xml diff --git a/doc/default.nix b/doc/default.nix index f55163d8..e65e904d 100644 --- a/doc/default.nix +++ b/doc/default.nix @@ -119,6 +119,7 @@ let + ''; diff --git a/doc/manual.xml b/doc/manual.xml index f0431092..4eef9892 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -29,4 +29,5 @@ Configuration Options + diff --git a/doc/release-notes/release-notes.xml b/doc/release-notes/release-notes.xml new file mode 100644 index 00000000..bb63ce6c --- /dev/null +++ b/doc/release-notes/release-notes.xml @@ -0,0 +1,13 @@ + + Release Notes + + This section lists the release notes for stable versions of Home Manager and + the current unstable version. + + + + diff --git a/doc/release-notes/rl-1809.xml b/doc/release-notes/rl-1809.xml new file mode 100644 index 00000000..e19a4776 --- /dev/null +++ b/doc/release-notes/rl-1809.xml @@ -0,0 +1,11 @@ +
+ Release 18.09 + + + The 18.09 release branch became the stable branch in September, 2018. + +
diff --git a/doc/release-notes/rl-1903.xml b/doc/release-notes/rl-1903.xml new file mode 100644 index 00000000..d260dbc2 --- /dev/null +++ b/doc/release-notes/rl-1903.xml @@ -0,0 +1,67 @@ +
+ Release 19.03 (unstable) + + + This is the current unstable branch and the information in this section is + therefore not final. + + + + Scheduled released is March, 2019. + + +
+ Highlights + + + This release has the following notable changes: + + + + + + The now allows source + files to be hidden, that is, having a name starting with the + . character. It also allows the source file name to + contain characters not typically allowed for Nix store paths. For example, + your configuration can now contain things such as + +home.file."my file".source = ./. + "/file with spaces!"; + + + + +
+ +
+ State Version Changes + + + The state version in this release includes the changes below. These changes + are only active if the option is set to + "19.03" or later. + + + + + + There is now an option that + defaults to false. Before the module would be active if + the option was non-empty. + + + +
+