-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: prepare changelog for 5.3.2 (#12009)
- Loading branch information
1 parent
76198e5
commit 28b33a6
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |