nixos/release-notes: Add VirtualBox changes

The change is backwards-compatible for users of the NixOS module but not
if people were using the package directly, so let's warn users about
that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>

aszlig 4a44eca0 d2af4c67

Changed files
+9
nixos
doc
manual
release-notes
+9
nixos/doc/manual/release-notes/rl-1609.xml
···
Use <literal>security.audit.enable = true;</literal> to explicitly enable it.</para>
</listitem>
+
<listitem>
+
<para>
+
<literal>pkgs.linuxPackages.virtualbox</literal> now contains only the
+
kernel modules instead of the VirtualBox user space binaries.
+
If you want to reference the user space binaries, you have to use the new
+
<literal>pkgs.virtualbox</literal> instead.
+
</para>
+
</listitem>
+
</itemizedlist>