Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bc65e02d9671
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87356cc8a4a5
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 3, 2018

  1. Add Nix 2.1 release notes

    edolstra committed Aug 3, 2018
    3

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    argshook Arijus Šukys
    Copy the full SHA
    87356cc View commit details
Showing with 48 additions and 0 deletions.
  1. +1 −0 doc/manual/release-notes/release-notes.xml
  2. +47 −0 doc/manual/release-notes/rl-2.1.xml
1 change: 1 addition & 0 deletions doc/manual/release-notes/release-notes.xml
Original file line number Diff line number Diff line change
@@ -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" />
47 changes: 47 additions & 0 deletions doc/manual/release-notes/rl-2.1.xml
Original file line number Diff line number Diff line change
@@ -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>