|
1 | 1 | # Table of Contents
|
2 | 2 |
|
3 | 3 | * [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) |
4 | 5 | * [Changelog for 5.3.1](#changelog-for-owncloud-desktop-client-531-2024-06-11)
|
5 | 6 | * [Changelog for 5.3.0](#changelog-for-owncloud-desktop-client-530-2024-06-06)
|
6 | 7 | * [Changelog for 5.2.1](#changelog-for-owncloud-desktop-client-521-2024-01-04)
|
|
41 | 42 | The following sections list the changes in ownCloud Desktop Client unreleased relevant to
|
42 | 43 | ownCloud admins and users.
|
43 | 44 |
|
44 |
| -[unreleased]: https://github.com/owncloud/client/compare/v5.3.1...master |
| 45 | +[unreleased]: https://github.com/owncloud/client/compare/v5.3.2...master |
45 | 46 |
|
46 | 47 | ## Summary
|
47 | 48 |
|
@@ -395,6 +396,49 @@ ownCloud admins and users.
|
395 | 396 |
|
396 | 397 | https://github.com/owncloud/client/pull/11760
|
397 | 398 |
|
| 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 | + |
398 | 442 | # Changelog for ownCloud Desktop Client [5.3.1] (2024-06-11)
|
399 | 443 |
|
400 | 444 | The following sections list the changes in ownCloud Desktop Client 5.3.1 relevant to
|
|
0 commit comments