diff options
author | Graham Christensen <graham@grahamc.com> | 2018-08-03T15·09-0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03T15·09-0400 |
commit | 06080e4abce5f8ffc4a658802692f7464ec359b5 (patch) | |
tree | ff4e7626c8221196b65016bbc8fa7b6c118f2c05 /doc | |
parent | 87356cc8a4a5fd827e92464fdb960efa93f3dfda (diff) |
2.1 release notes: Add note about s3-compatible stores
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/release-notes/rl-2.1.xml | 6 |
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 5f37083eefcd..c628d04a7071 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> |