2014-02-19 09:37:57 +00:00
|
|
|
|
<appendix xmlns="http://docbook.org/ns/docbook"
|
|
|
|
|
xml:id="ch-release-notes">
|
|
|
|
|
|
|
|
|
|
<title>Release notes</title>
|
|
|
|
|
|
|
|
|
|
<!--==================================================================-->
|
|
|
|
|
|
2014-04-14 17:27:26 +00:00
|
|
|
|
<section xml:id="sec-release-14.04">
|
2014-02-19 09:37:57 +00:00
|
|
|
|
|
2014-04-08 22:09:31 +00:00
|
|
|
|
<title>Release 14.04 (“Baboon”, 2014/04/??)</title>
|
2014-02-19 09:37:57 +00:00
|
|
|
|
|
|
|
|
|
<para>This is the second stable release branch of NixOS. The main
|
|
|
|
|
enhancements are the following:
|
|
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
|
|
|
|
|
|
<listitem><para>Installation on UEFI systems is now supported. See
|
|
|
|
|
<xref linkend="sec-uefi-installation"/> for
|
|
|
|
|
details.</para></listitem>
|
|
|
|
|
|
2014-04-08 22:09:31 +00:00
|
|
|
|
<listitem><para>NixOS is now based on Glibc 2.19 and GCC
|
2014-02-19 09:37:57 +00:00
|
|
|
|
4.8.</para></listitem>
|
|
|
|
|
|
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>When upgrading from a previous release, please be aware of the
|
|
|
|
|
following incompatible changes:
|
|
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
|
|
2014-04-08 22:09:31 +00:00
|
|
|
|
<listitem><para>Nixpkgs no longer exposes unfree packages by
|
|
|
|
|
default. If your NixOS configuration requires unfree packages from
|
|
|
|
|
Nixpkgs, you need to enable support for them explicitly by setting:
|
|
|
|
|
|
|
|
|
|
<programlisting>
|
|
|
|
|
nixpkgs.config.allowUnfree = true;
|
|
|
|
|
</programlisting>
|
|
|
|
|
|
|
|
|
|
Otherwise, you get an error message such as:
|
|
|
|
|
|
|
|
|
|
<screen>
|
|
|
|
|
error: package ‘nvidia-x11-331.49-3.12.17’ in ‘…/nvidia-x11/default.nix:56’
|
|
|
|
|
has an unfree license, refusing to evaluate
|
|
|
|
|
</screen>
|
|
|
|
|
|
|
|
|
|
</para></listitem>
|
|
|
|
|
|
2014-04-08 07:42:05 +00:00
|
|
|
|
<listitem><para>The firewall is now enabled by default. If you don’t
|
|
|
|
|
want this, you need to disable it explicitly:
|
|
|
|
|
|
|
|
|
|
<programlisting>
|
|
|
|
|
networking.firewall.enable = false;
|
|
|
|
|
</programlisting>
|
|
|
|
|
|
|
|
|
|
</para></listitem>
|
|
|
|
|
|
2014-02-19 09:37:57 +00:00
|
|
|
|
<listitem><para>The option
|
|
|
|
|
<option>boot.loader.grub.memtest86</option> has been renamed to
|
|
|
|
|
<option>boot.loader.grub.memtest86.enable</option>.</para></listitem>
|
|
|
|
|
|
2014-04-08 07:42:05 +00:00
|
|
|
|
<listitem><para>The <literal>mysql55</literal> service has been
|
|
|
|
|
merged into the <literal>mysql</literal> service, which no longer
|
|
|
|
|
sets a default for the option
|
|
|
|
|
<option>services.mysql.package</option>.</para></listitem>
|
|
|
|
|
|
2014-02-19 09:37:57 +00:00
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!--==================================================================-->
|
|
|
|
|
|
|
|
|
|
<section xml:id="sec-release-13.10">
|
|
|
|
|
|
|
|
|
|
<title>Release 13.10 (“Aardvark”, 2013/10/31)</title>
|
|
|
|
|
|
|
|
|
|
<para>This is the first stable release branch of NixOS.</para>
|
|
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
</appendix>
|