summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-02-06 01:41:58 +0300
committerNikolay Amiantov <ab@fmap.me>2015-02-06 02:57:49 +0300
commit540e3a63e493ff0178cbc8e31f9247d7b9fcabfa (patch)
treee9d6d5f83ce1d178b417663852cd116c824a3a75 /nixos/doc
parent28d8af438a61d1c1fc1c825cd48c4f8f8cca8820 (diff)
downloadnixlib-540e3a63e493ff0178cbc8e31f9247d7b9fcabfa.tar
nixlib-540e3a63e493ff0178cbc8e31f9247d7b9fcabfa.tar.gz
nixlib-540e3a63e493ff0178cbc8e31f9247d7b9fcabfa.tar.bz2
nixlib-540e3a63e493ff0178cbc8e31f9247d7b9fcabfa.tar.lz
nixlib-540e3a63e493ff0178cbc8e31f9247d7b9fcabfa.tar.xz
nixlib-540e3a63e493ff0178cbc8e31f9247d7b9fcabfa.tar.zst
nixlib-540e3a63e493ff0178cbc8e31f9247d7b9fcabfa.zip
manual/release-notes: add unstable release notes with first entries
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/release-notes.xml4
-rw-r--r--nixos/doc/manual/release-notes/rl-unstable.xml41
2 files changed, 44 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/release-notes.xml b/nixos/doc/manual/release-notes/release-notes.xml
index 231a3b4c2e21..a988a5b0199c 100644
--- a/nixos/doc/manual/release-notes/release-notes.xml
+++ b/nixos/doc/manual/release-notes/release-notes.xml
@@ -7,9 +7,11 @@
 <title>Release Notes</title>
 
 <partintro>
-<para>This section lists the release notes for each stable version of NixOS.</para>
+<para>This section lists the release notes for each stable version of NixOS
+and current unstable revision.</para>
 </partintro>
 
+<xi:include href="rl-unstable.xml" />
 <xi:include href="rl-1412.xml" />
 <xi:include href="rl-1404.xml" />
 <xi:include href="rl-1310.xml" />
diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml
new file mode 100644
index 000000000000..34ffe1d6d323
--- /dev/null
+++ b/nixos/doc/manual/release-notes/rl-unstable.xml
@@ -0,0 +1,41 @@
+<chapter 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-unstable">
+
+<title>Unstable revision</title>
+
+<para>In addition to numerous new and upgraded packages, this release has the following highlights:
+
+<!--<itemizedlist>
+
+</itemizedlist>-->
+</para>
+
+<para>Following new services were added since the last release:
+
+<!--<itemizedlist>
+
+</itemizedlist>-->
+</para>
+
+<para>When upgrading from a previous release, please be aware of the
+following incompatible changes:
+
+<itemizedlist>
+
+<listitem><para>Steam now doesn't need root rights to work. Instead of using
+<literal>*-steam-chrootenv</literal>, you should now just run <literal>steam</literal>.
+<literal>steamChrootEnv</literal> package was renamed to <literal>steam</literal>,
+and old <literal>steam</literal> package -- to <literal>steamOriginal</literal>.
+</para></listitem>
+
+<listitem><para>CMPlayer has been renamed to bomi upstream. Package <literal>cmplayer</literal>
+was accordingly renamed to <literal>bomi</literal>
+</para></listitem>
+
+</itemizedlist>
+</para>
+
+</chapter>