From 28b33a63df13dce594b90a25dc217ae930449cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:11:28 +0100 Subject: [PATCH] docs: prepare changelog for 5.3.2 (#12009) --- changelog/unreleased/12000.md | 12 ++++++++++++ changelog/unreleased/12005.md | 7 +++++++ changelog/unreleased/installer-5.3.2.md | 5 +++++ 3 files changed, 24 insertions(+) create mode 100644 changelog/unreleased/12000.md create mode 100644 changelog/unreleased/12005.md create mode 100644 changelog/unreleased/installer-5.3.2.md diff --git a/changelog/unreleased/12000.md b/changelog/unreleased/12000.md new file mode 100644 index 00000000000..1ac50869b99 --- /dev/null +++ b/changelog/unreleased/12000.md @@ -0,0 +1,12 @@ +Bugfix: crash when checking the sync file status + +Sometimes a `Folder` is created for a local path that we cannot sync +(e.g. it's not writable). This folder will not have a sync engine. If +the engine of this `Folder` is accessed, this will lead to a crash. + +The fix is to check for the existence of a sync engine in the +`Folder::canSync()` method. + +https://github.com/owncloud/client/issues/11981 +https://github.com/owncloud/client/pull/11982 +https://github.com/owncloud/client/pull/12000 diff --git a/changelog/unreleased/12005.md b/changelog/unreleased/12005.md new file mode 100644 index 00000000000..5e9a540dd99 --- /dev/null +++ b/changelog/unreleased/12005.md @@ -0,0 +1,7 @@ +Bugfix: OAuth: Prevent logout when refreshing token + +Prevent the user being logged out when the network disappears during OAuth token refresh. + +https://github.com/owncloud/client/issues/11980 +https://github.com/owncloud/client/pull/11984 +https://github.com/owncloud/client/pull/12005 diff --git a/changelog/unreleased/installer-5.3.2.md b/changelog/unreleased/installer-5.3.2.md new file mode 100644 index 00000000000..c031889b877 --- /dev/null +++ b/changelog/unreleased/installer-5.3.2.md @@ -0,0 +1,5 @@ +Security: Fixing high security vulnerability in Windows Installer + +CVE and security advisory will follow. + +https://github.com/owncloud/client/issues/12010 \ No newline at end of file