From 9adcc588ba2f74261325c15922602201f36f7dda Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Thu, 28 Jan 2021 16:08:06 +0100 Subject: Prepare changelog --- changelog/2.7.5_2021-01-28/4363 | 5 +++++ changelog/2.7.5_2021-01-28/8149 | 6 ++++++ changelog/2.7.5_2021-01-28/8314 | 6 ++++++ changelog/2.7.5_2021-01-28/8323 | 6 ++++++ changelog/2.7.5_2021-01-28/8326 | 6 ++++++ changelog/2.7.5_2021-01-28/8349 | 7 +++++++ changelog/2.7.5_2021-01-28/8390 | 5 +++++ changelog/CHANGELOG.md | 0 changelog/unreleased/4363 | 5 ----- changelog/unreleased/8149 | 6 ------ changelog/unreleased/8314 | 6 ------ changelog/unreleased/8323 | 6 ------ changelog/unreleased/8326 | 6 ------ changelog/unreleased/8349 | 7 ------- changelog/unreleased/8390 | 5 ----- 15 files changed, 41 insertions(+), 41 deletions(-) create mode 100644 changelog/2.7.5_2021-01-28/4363 create mode 100644 changelog/2.7.5_2021-01-28/8149 create mode 100644 changelog/2.7.5_2021-01-28/8314 create mode 100644 changelog/2.7.5_2021-01-28/8323 create mode 100644 changelog/2.7.5_2021-01-28/8326 create mode 100644 changelog/2.7.5_2021-01-28/8349 create mode 100644 changelog/2.7.5_2021-01-28/8390 delete mode 100644 changelog/CHANGELOG.md delete mode 100644 changelog/unreleased/4363 delete mode 100644 changelog/unreleased/8149 delete mode 100644 changelog/unreleased/8314 delete mode 100644 changelog/unreleased/8323 delete mode 100644 changelog/unreleased/8326 delete mode 100644 changelog/unreleased/8349 delete mode 100644 changelog/unreleased/8390 diff --git a/changelog/2.7.5_2021-01-28/4363 b/changelog/2.7.5_2021-01-28/4363 new file mode 100644 index 000000000..3d80037bf --- /dev/null +++ b/changelog/2.7.5_2021-01-28/4363 @@ -0,0 +1,5 @@ +Bugfix: Support dark theme with branded client and vanilla icons + +We fixed a bug where the dark vanilla icons where used with a branded client. + +https://github.com/owncloud/enterprise/issues/4363 diff --git a/changelog/2.7.5_2021-01-28/8149 b/changelog/2.7.5_2021-01-28/8149 new file mode 100644 index 000000000..739a39132 --- /dev/null +++ b/changelog/2.7.5_2021-01-28/8149 @@ -0,0 +1,6 @@ +Bugfix: Mac tray icon is scaled wrong + +We backported a change to Qt 5.12.10 which fixed the scaling of the system tray +icon on Big Sur. + +https://github.com/owncloud/client/issues/8149 diff --git a/changelog/2.7.5_2021-01-28/8314 b/changelog/2.7.5_2021-01-28/8314 new file mode 100644 index 000000000..581cdc2b4 --- /dev/null +++ b/changelog/2.7.5_2021-01-28/8314 @@ -0,0 +1,6 @@ +Bugfix: Fix potential crashes with the remove all dialog + +We fixed a bug a dialog window belonging to a removed account could still +be visible. User action on that dialog would then cause a crash. + +https://github.com/owncloud/client/pull/8314 diff --git a/changelog/2.7.5_2021-01-28/8323 b/changelog/2.7.5_2021-01-28/8323 new file mode 100644 index 000000000..f5124fd9b --- /dev/null +++ b/changelog/2.7.5_2021-01-28/8323 @@ -0,0 +1,6 @@ +Bugfix: Detect file name clash with VirtualFiles enabled + +We fixed an issue where the file name clash detection was not run with +VirtualFiles enabled. + +https://github.com/owncloud/client/issues/8323 diff --git a/changelog/2.7.5_2021-01-28/8326 b/changelog/2.7.5_2021-01-28/8326 new file mode 100644 index 000000000..61280310b --- /dev/null +++ b/changelog/2.7.5_2021-01-28/8326 @@ -0,0 +1,6 @@ +Bugfix: Remove stray placeholders + +We fixed a bug where Windows Virtual Files where not handled as such and thus +not removed. + +https://github.com/owncloud/client/issues/8326 diff --git a/changelog/2.7.5_2021-01-28/8349 b/changelog/2.7.5_2021-01-28/8349 new file mode 100644 index 000000000..decde8322 --- /dev/null +++ b/changelog/2.7.5_2021-01-28/8349 @@ -0,0 +1,7 @@ +Change: Third party upgrades in distributed binaries + +We updated Qt from 5.12.9 to 5.12.10. +We updated OpenSSL from 1.1.1g to 1.1.1i. +Linux dependencies: QtKeychain was updated from 0.10.0 to 0.12.0 + +https://github.com/owncloud/client/issues/8349 diff --git a/changelog/2.7.5_2021-01-28/8390 b/changelog/2.7.5_2021-01-28/8390 new file mode 100644 index 000000000..fb3044764 --- /dev/null +++ b/changelog/2.7.5_2021-01-28/8390 @@ -0,0 +1,5 @@ +Bugfix: Fix wrong option provided to OIDC + +We fixed a bug where we passed a wrong value to the OIDC display parameter + +https://github.com/owncloud/client/issues/8390 diff --git a/changelog/CHANGELOG.md b/changelog/CHANGELOG.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/changelog/unreleased/4363 b/changelog/unreleased/4363 deleted file mode 100644 index 3d80037bf..000000000 --- a/changelog/unreleased/4363 +++ /dev/null @@ -1,5 +0,0 @@ -Bugfix: Support dark theme with branded client and vanilla icons - -We fixed a bug where the dark vanilla icons where used with a branded client. - -https://github.com/owncloud/enterprise/issues/4363 diff --git a/changelog/unreleased/8149 b/changelog/unreleased/8149 deleted file mode 100644 index 739a39132..000000000 --- a/changelog/unreleased/8149 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: Mac tray icon is scaled wrong - -We backported a change to Qt 5.12.10 which fixed the scaling of the system tray -icon on Big Sur. - -https://github.com/owncloud/client/issues/8149 diff --git a/changelog/unreleased/8314 b/changelog/unreleased/8314 deleted file mode 100644 index 581cdc2b4..000000000 --- a/changelog/unreleased/8314 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: Fix potential crashes with the remove all dialog - -We fixed a bug a dialog window belonging to a removed account could still -be visible. User action on that dialog would then cause a crash. - -https://github.com/owncloud/client/pull/8314 diff --git a/changelog/unreleased/8323 b/changelog/unreleased/8323 deleted file mode 100644 index f5124fd9b..000000000 --- a/changelog/unreleased/8323 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: Detect file name clash with VirtualFiles enabled - -We fixed an issue where the file name clash detection was not run with -VirtualFiles enabled. - -https://github.com/owncloud/client/issues/8323 diff --git a/changelog/unreleased/8326 b/changelog/unreleased/8326 deleted file mode 100644 index 61280310b..000000000 --- a/changelog/unreleased/8326 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: Remove stray placeholders - -We fixed a bug where Windows Virtual Files where not handled as such and thus -not removed. - -https://github.com/owncloud/client/issues/8326 diff --git a/changelog/unreleased/8349 b/changelog/unreleased/8349 deleted file mode 100644 index decde8322..000000000 --- a/changelog/unreleased/8349 +++ /dev/null @@ -1,7 +0,0 @@ -Change: Third party upgrades in distributed binaries - -We updated Qt from 5.12.9 to 5.12.10. -We updated OpenSSL from 1.1.1g to 1.1.1i. -Linux dependencies: QtKeychain was updated from 0.10.0 to 0.12.0 - -https://github.com/owncloud/client/issues/8349 diff --git a/changelog/unreleased/8390 b/changelog/unreleased/8390 deleted file mode 100644 index fb3044764..000000000 --- a/changelog/unreleased/8390 +++ /dev/null @@ -1,5 +0,0 @@ -Bugfix: Fix wrong option provided to OIDC - -We fixed a bug where we passed a wrong value to the OIDC display parameter - -https://github.com/owncloud/client/issues/8390 -- cgit v1.2.3