From 9d0f88f3609244a6e41ac14071cc98a59e2e883a Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 27 Jun 2024 09:52:08 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edf60ab36..ddccd40a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: [#9438](https://github.com/owncloud/ocis/pull/9438) +* Bugfix - Add inotify-tools and bash packages to docker files: [#9440](https://github.com/owncloud/ocis/pull/9440) * Bugfix - Allow all uploads to restart: [#9465](https://github.com/owncloud/ocis/pull/9465) * Enhancement - Activitylog API: [#9361](https://github.com/owncloud/ocis/pull/9361) * Enhancement - Add the backchannel logout event: [#9447](https://github.com/owncloud/ocis/pull/9447) @@ -66,6 +67,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/8922 https://github.com/owncloud/ocis/pull/9438 +* Bugfix - Add inotify-tools and bash packages to docker files: [#9440](https://github.com/owncloud/ocis/pull/9440) + + We need both packages to make posixfs work. Later, once the golang package is + fixed to not depend on bash any more, bash can be removed again. + + https://github.com/owncloud/ocis/pull/9440 + * Bugfix - Allow all uploads to restart: [#9465](https://github.com/owncloud/ocis/pull/9465) On postprocessing-restart, allow all uploads to restart even if one fails.