summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorKovacsics Robert (NixOS-SSD2) <kovirobi@gmail.com>2015-09-01 13:52:08 +0100
committerRok Garbas <rok@garbas.si>2015-09-03 12:58:24 +0200
commitb22e6cb29927511c14b745405f4c157dd66513b4 (patch)
treec8540620aa8ecd9a85f5c80af6add8e616f8b762 /nixos/doc
parent553e7d49ffe2e688f8d38b66e544375d2bee7186 (diff)
downloadnixpkgs-b22e6cb29927511c14b745405f4c157dd66513b4.tar
nixpkgs-b22e6cb29927511c14b745405f4c157dd66513b4.tar.gz
nixpkgs-b22e6cb29927511c14b745405f4c157dd66513b4.tar.bz2
nixpkgs-b22e6cb29927511c14b745405f4c157dd66513b4.tar.lz
nixpkgs-b22e6cb29927511c14b745405f4c157dd66513b4.tar.xz
nixpkgs-b22e6cb29927511c14b745405f4c157dd66513b4.tar.zst
nixpkgs-b22e6cb29927511c14b745405f4c157dd66513b4.zip
wiimenu, wmiiSnap, libixp_for_wmii: removed, fixes #9609
wiimenu superseded by wimenu from wmii
wmiiSnap superseded by wmii_hg
libixp_for_wmii superseded by libixp_hg
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/release-notes.xml1
-rw-r--r--nixos/doc/manual/release-notes/rl-unstable.xml27
2 files changed, 28 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/release-notes.xml b/nixos/doc/manual/release-notes/release-notes.xml
index e326f89d4f4..6ed99315a7a 100644
--- a/nixos/doc/manual/release-notes/release-notes.xml
+++ b/nixos/doc/manual/release-notes/release-notes.xml
@@ -9,6 +9,7 @@
 <para>This section lists the release notes for each stable version of NixOS
 and current unstable revision.</para>
 
+<xi:include href="rl-unstable.xml" />
 <xi:include href="rl-1509.xml" />
 <xi:include href="rl-1412.xml" />
 <xi:include href="rl-1404.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 00000000000..2781cee3614
--- /dev/null
+++ b/nixos/doc/manual/release-notes/rl-unstable.xml
@@ -0,0 +1,27 @@
+<section 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</title>
+
+<para>When upgrading from a previous release, please be aware of the
+  following incompatible changes:
+
+  <itemizedlist>
+    <listitem><para>
+        <command>wmiiSnap</command> has been replaced with
+        <command>wmii_hg</command>, but
+        <command>services.xserver.windowManager.wmii.enable</command>
+        has been updated respectively so this only affects you if you
+        have explicitly installed <command>wmiiSnap</command>.
+    </para></listitem>
+    <listitem><para>
+        <command>wmiimenu</command> is removed, as it has been removed by
+        the developers upstream. Use <command>wimenu</command> from the
+        <command>wmii-hg</command> package.
+    </para></listitem>
+  </itemizedlist>
+</para>
+</section>