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: 87356cc8a4a5
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25da1c64f90b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 3, 2018

  1. Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    06080e4 View commit details
  2. Merge pull request #2327 from NixOS/grahamc-patch-1

    2.1 release notes: Add note about s3-compatible stores
    edolstra authored Aug 3, 2018

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    25da1c6 View commit details
Showing with 6 additions and 0 deletions.
  1. +6 −0 doc/manual/release-notes/rl-2.1.xml
6 changes: 6 additions & 0 deletions doc/manual/release-notes/rl-2.1.xml
Original file line number Diff line number Diff line change
@@ -28,6 +28,12 @@ new features:</para>
than 5 GiB.</para>
</listitem>

<listitem>
<para>The S3 binary cache store now supports uploading to
S3-compatible services with the <literal>endpoint</literal>
option.</para>
</listitem>

<listitem>
<para>The flag <option>--fallback</option> is no longer required
to recover from disappeared NARs in binary caches.</para>