2016-01-31 10:19:14 +01:00
|
|
|
|
<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="ssec-relnotes-1.12">
|
|
|
|
|
|
|
|
|
|
<title>Release 1.12 (TBA)</title>
|
|
|
|
|
|
|
|
|
|
<para>This release has the following new features:</para>
|
|
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
|
|
|
|
|
|
<listitem>
|
|
|
|
|
<para>It is no longer necessary to set the
|
|
|
|
|
<envar>NIX_REMOTE</envar> environment variable if you need to use
|
|
|
|
|
the Nix daemon. Nix will use the daemon automatically if you don’t
|
|
|
|
|
have write access to the Nix database.</para>
|
|
|
|
|
</listitem>
|
|
|
|
|
|
2017-04-13 00:01:43 +02:00
|
|
|
|
<listitem>
|
|
|
|
|
<para>The Nix language now supports floating point numbers. They are
|
|
|
|
|
based on regular C++ <literal>float</literal> and compatible with
|
|
|
|
|
existing integers and number-related operations. Export and import to and
|
|
|
|
|
from JSON and XML works, too.
|
|
|
|
|
</para>
|
|
|
|
|
</listitem>
|
2016-01-31 10:19:14 +01:00
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
|
|
<para>This release has contributions from TBD.</para>
|
|
|
|
|
|
|
|
|
|
</section>
|