From 494c22c58619b2448bd170dd8fa20b368fc2bef4 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 26 Jun 2020 16:36:10 +0200 Subject: [PATCH] Add changelog for PR#304 --- changelog/0.7.0_2020-06-26/update-reva-to-20200625.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md b/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md index 0f38d7c530..7ea17d01e8 100644 --- a/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md +++ b/changelog/0.7.0_2020-06-26/update-reva-to-20200625.md @@ -1,11 +1,13 @@ -Enhancement: update reva to v0.1.1-0.20200625112940-6a2822cb3f15 +Enhancement: update reva to v0.1.1-0.20200626111234-e21c32db9614 -- Updated reva to v0.1.1-0.20200625112940-6a2822cb3f15 (#261) +- Updated reva to v0.1.1-0.20200626111234-e21c32db9614 (#304) - TUS upload support through datagateway (#261, reva/#878, reva/#888) - Added support for differing metrics path for Prometheus to Mentix (reva/#875) - More data exported by Mentix (reva/#881) - Implementation of file operations in public folder shares (#49, #293, reva/#877) - Make httpclient trust local certificates for now (reva/#880) +- EOS homes are not configured with an enable-flag anymore, but with a dedicated storage driver. + We're using it now and adapted default configs of storages (reva/#891, #304) https://github.com/owncloud/ocis-reva/pull/261 https://github.com/cs3org/reva/pull/875 @@ -17,3 +19,5 @@ https://github.com/cs3org/reva/pull/878 https://github.com/cs3org/reva/pull/881 https://github.com/cs3org/reva/pull/880 https://github.com/cs3org/reva/pull/888 +https://github.com/owncloud/ocis-reva/pull/304 +https://github.com/cs3org/reva/pull/891