Skip to content

Commit

Permalink
docs: prepare changelog for 5.3.2 (#12009)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored Dec 11, 2024
1 parent 76198e5 commit 28b33a6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog/unreleased/12000.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions changelog/unreleased/12005.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions changelog/unreleased/installer-5.3.2.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 28b33a6

Please sign in to comment.