From 7eb86e9b07d372c813cd68ab8e4c9b64451d52c0 Mon Sep 17 00:00:00 2001 From: Alex Unger <6905948+refs@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:44:55 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b2b249dc..b961dc77ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,21 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Panic when service fails to start: [#2252](https://github.com/owncloud/ocis/pull/2252) * Enhancement - Runtime support for cherry picking extensions: [#2229](https://github.com/owncloud/ocis/pull/2229) * Enhancement - Update REVA to v1.9.1-0.20210628143859-9d29c36c0c3f: [#2227](https://github.com/owncloud/ocis/pull/2227) ## Details +* Bugfix - Panic when service fails to start: [#2252](https://github.com/owncloud/ocis/pull/2252) + + Tags: runtime + + When attempting to run a service through the runtime that is currently running and fails to + start, a race condition still redirect os Interrupt signals to a closed channel. + + https://github.com/owncloud/ocis/pull/2252 + * Enhancement - Runtime support for cherry picking extensions: [#2229](https://github.com/owncloud/ocis/pull/2229) Support for running certain extensions supervised via cli flags. Example usage: