diff --git a/CHANGELOG.md b/CHANGELOG.md index a112e5bc3d..c26b3c40ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Change - Switch over to a new custom-built runtime: [#287](https://github.com/owncloud/ocis/pull/287) * Change - Make ocis-settings available: [#287](https://github.com/owncloud/ocis/pull/287) * Change - Start ocis-proxy with the ocis server command: [#119](https://github.com/owncloud/ocis/issues/119) +* Change - Update reva config: [#336](https://github.com/owncloud/ocis/pull/336) * Enhancement - Document how to run OCIS on top of EOS: [#172](https://github.com/owncloud/ocis/pull/172) * Enhancement - Update extensions: [#180](https://github.com/owncloud/ocis/pull/180) * Enhancement - Update extensions: [#209](https://github.com/owncloud/ocis/pull/209) @@ -77,6 +78,17 @@ https://github.com/owncloud/ocis/issues/136 +* Change - Update reva config: [#336](https://github.com/owncloud/ocis/pull/336) + + - 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 + + https://github.com/owncloud/ocis/pull/336 + https://github.com/owncloud/ocis/pull/337 + https://github.com/owncloud/ocis/pull/338 + https://github.com/owncloud/ocis-reva/pull/891 + + * Enhancement - Document how to run OCIS on top of EOS: [#172](https://github.com/owncloud/ocis/pull/172) We have added rules to the Makefile that use the official [eos docker