Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add changelog for v5.3.2 #12037

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions changelog/5.3.2_2025-01-20/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/5.3.2_2025-01-20/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/5.3.2_2025-01-20/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
Loading