Skip to content

Commit 7e67256

Browse files
committed
Automated changelog update [skip ci]
1 parent 41460d2 commit 7e67256

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

CHANGELOG.md

+45-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of Contents
22

33
* [Changelog for unreleased](#changelog-for-owncloud-desktop-client-unreleased-unreleased)
4+
* [Changelog for 5.3.2](#changelog-for-owncloud-desktop-client-532-2025-01-20)
45
* [Changelog for 5.3.1](#changelog-for-owncloud-desktop-client-531-2024-06-11)
56
* [Changelog for 5.3.0](#changelog-for-owncloud-desktop-client-530-2024-06-06)
67
* [Changelog for 5.2.1](#changelog-for-owncloud-desktop-client-521-2024-01-04)
@@ -41,7 +42,7 @@
4142
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
4243
ownCloud admins and users.
4344

44-
[unreleased]: https://github.com/owncloud/client/compare/v5.3.1...master
45+
[unreleased]: https://github.com/owncloud/client/compare/v5.3.2...master
4546

4647
## Summary
4748

@@ -395,6 +396,49 @@ ownCloud admins and users.
395396

396397
https://github.com/owncloud/client/pull/11760
397398

399+
# Changelog for ownCloud Desktop Client [5.3.2] (2025-01-20)
400+
401+
The following sections list the changes in ownCloud Desktop Client 5.3.2 relevant to
402+
ownCloud admins and users.
403+
404+
[5.3.2]: https://github.com/owncloud/client/compare/v5.3.1...v5.3.2
405+
406+
## Summary
407+
408+
* Security - Fixing high security vulnerability in Windows Installer: [#12010](https://github.com/owncloud/client/issues/12010)
409+
* Bugfix - OAuth: Prevent logout when refreshing token: [#11980](https://github.com/owncloud/client/issues/11980)
410+
* Bugfix - Crash when checking the sync file status: [#11981](https://github.com/owncloud/client/issues/11981)
411+
412+
## Details
413+
414+
* Security - Fixing high security vulnerability in Windows Installer: [#12010](https://github.com/owncloud/client/issues/12010)
415+
416+
CVE and security advisory will follow.
417+
418+
https://github.com/owncloud/client/issues/12010
419+
420+
* Bugfix - OAuth: Prevent logout when refreshing token: [#11980](https://github.com/owncloud/client/issues/11980)
421+
422+
Prevent the user being logged out when the network disappears during OAuth token
423+
refresh.
424+
425+
https://github.com/owncloud/client/issues/11980
426+
https://github.com/owncloud/client/pull/11984
427+
https://github.com/owncloud/client/pull/12005
428+
429+
* Bugfix - Crash when checking the sync file status: [#11981](https://github.com/owncloud/client/issues/11981)
430+
431+
Sometimes a `Folder` is created for a local path that we cannot sync (e.g. it's
432+
not writable). This folder will not have a sync engine. If the engine of this
433+
`Folder` is accessed, this will lead to a crash.
434+
435+
The fix is to check for the existence of a sync engine in the
436+
`Folder::canSync()` method.
437+
438+
https://github.com/owncloud/client/issues/11981
439+
https://github.com/owncloud/client/pull/11982
440+
https://github.com/owncloud/client/pull/12000
441+
398442
# Changelog for ownCloud Desktop Client [5.3.1] (2024-06-11)
399443

400444
The following sections list the changes in ownCloud Desktop Client 5.3.1 relevant to

0 commit comments

Comments
 (0)