1<section xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 version="5.0"
5 xml:id="sec-release-unstable">
6
7<title>Unstable</title>
8
9<para>When upgrading from a previous release, please be aware of the
10following incompatible changes:</para>
11
12<itemizedlist>
13 <listitem>
14 <para><command>wmiiSnap</command> has been replaced with
15 <command>wmii_hg</command>, but
16 <command>services.xserver.windowManager.wmii.enable</command> has
17 been updated respectively so this only affects you if you have
18 explicitly installed <command>wmiiSnap</command>.
19 </para>
20 </listitem>
21
22 <listitem>
23 <para><command>wmiimenu</command> is removed, as it has been
24 removed by the developers upstream. Use <command>wimenu</command>
25 from the <command>wmii-hg</command> package.</para>
26 </listitem>
27
28 <listitem>
29 <para>Gitit is no longer automatically added to the module list in
30 NixOS and as such there will not be any manual entries for it. You
31 will need to add an import statement to your NixOS configuration
32 in order to use it, e.g.
33
34<programlisting><![CDATA[
35{
36 imports = [ <nixos/modules/services/misc/gitit.nix> ];
37}
38]]></programlisting>
39
40 will include the Gitit service configuration options.</para>
41 </listitem>
42
43</itemizedlist>
44
45</section>