aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-08-03 17:33:34 +0200
committerGitHub <noreply@github.com>2018-08-03 17:33:34 +0200
commit25da1c64f90be14641c4cbcd7cf55875b6f76231 (patch)
treeff4e7626c8221196b65016bbc8fa7b6c118f2c05
parent87356cc8a4a5fd827e92464fdb960efa93f3dfda (diff)
parent06080e4abce5f8ffc4a658802692f7464ec359b5 (diff)
Merge pull request #2327 from NixOS/grahamc-patch-1
2.1 release notes: Add note about s3-compatible stores
-rw-r--r--doc/manual/release-notes/rl-2.1.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/manual/release-notes/rl-2.1.xml b/doc/manual/release-notes/rl-2.1.xml
index 5f37083ee..c628d04a7 100644
--- a/doc/manual/release-notes/rl-2.1.xml
+++ b/doc/manual/release-notes/rl-2.1.xml
@@ -29,6 +29,12 @@ new features:</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>
</listitem>