From eb31510600d1559f6a016ae11d6a4bc1d6a74fe5 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 19 Oct 2020 16:19:48 +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 8e133e159b..3ff91edd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Bugfix - Add missing env vars to docker compose: [#392](https://github.com/owncloud/ocis/pull/392) * Bugfix - Don't enforce empty external apps slice: [#473](https://github.com/owncloud/ocis/pull/473) * Bugfix - Fix button layout after phoenix update: [#625](https://github.com/owncloud/ocis/pull/625) +* Bugfix - Use micro default client: [#718](https://github.com/owncloud/ocis/pull/718) * Bugfix - Fix director selection in proxy: [#521](https://github.com/owncloud/ocis/pull/521) * Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#416](https://github.com/owncloud/ocis/pull/416) * Change - Accounts UI shows message when no permissions: [#656](https://github.com/owncloud/ocis/pull/656) @@ -72,6 +73,15 @@ https://github.com/owncloud/ocis/pull/625 +* Bugfix - Use micro default client: [#718](https://github.com/owncloud/ocis/pull/718) + + Tags: glauth + + We found a file descriptor leak in the glauth connections to the accounts service. Fixed it by + using the micro default client. + + https://github.com/owncloud/ocis/pull/718 + * Bugfix - Fix director selection in proxy: [#521](https://github.com/owncloud/ocis/pull/521) Tags: proxy