aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/release-notes
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-07-31 21:51:03 +0200
committerEelco Dolstra <edolstra@gmail.com>2018-08-03 17:05:17 +0200
commit87356cc8a4a5fd827e92464fdb960efa93f3dfda (patch)
tree2c0716348bd182e24d9d60b45c07c6a1cd39da98 /doc/manual/release-notes
parentbc65e02d9671ef6af2c25b4cc7a0a34944d98a2d (diff)
Add Nix 2.1 release notes
Diffstat (limited to 'doc/manual/release-notes')
-rw-r--r--doc/manual/release-notes/release-notes.xml1
-rw-r--r--doc/manual/release-notes/rl-2.1.xml47
2 files changed, 48 insertions, 0 deletions
diff --git a/doc/manual/release-notes/release-notes.xml b/doc/manual/release-notes/release-notes.xml
index b8392a647..ff4085cb7 100644
--- a/doc/manual/release-notes/release-notes.xml
+++ b/doc/manual/release-notes/release-notes.xml
@@ -12,6 +12,7 @@
</partintro>
-->
+<xi:include href="rl-2.1.xml" />
<xi:include href="rl-2.0.xml" />
<xi:include href="rl-1.11.10.xml" />
<xi:include href="rl-1.11.xml" />
diff --git a/doc/manual/release-notes/rl-2.1.xml b/doc/manual/release-notes/rl-2.1.xml
new file mode 100644
index 000000000..5f37083ee
--- /dev/null
+++ b/doc/manual/release-notes/rl-2.1.xml
@@ -0,0 +1,47 @@
+<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-2.1">
+
+<title>Release 2.1 (2018-08-??)</title>
+
+<para>This is primarily a bug fix release. It also reduces memory
+consumption in certain situations. In addition, it has the following
+new features:</para>
+
+<itemizedlist>
+
+ <listitem>
+ <para>New builtin functions:
+ <literal>builtins.bitAnd</literal>,
+ <literal>builtins.bitOr</literal>,
+ <literal>builtins.bitXor</literal>,
+ <literal>builtins.fromTOML</literal>,
+ <literal>builtins.concatMap</literal>,
+ <literal>builtins.mapAttrs</literal>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>The S3 binary cache store now supports uploading NARs larger
+ than 5 GiB.</para>
+ </listitem>
+
+ <listitem>
+ <para>The flag <option>--fallback</option> is no longer required
+ to recover from disappeared NARs in binary caches.</para>
+ </listitem>
+
+ <listitem>
+ <para><command>nix-daemon</command> now respects
+ <option>--store</option>, so it can be run as a non-root
+ user.</para>
+ </listitem>
+
+</itemizedlist>
+
+<para>This release has contributions from TODO.
+</para>
+
+</section>