Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-01-19 11:19:17 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-01-19 11:19:17 +0300
commit8c0069375365c5e7fb477805c78fef004630c35b (patch)
treeb430afbd012cf4876a0cd340e94fc4d57f60602d /changelog
parentb692dc74b788ef870be98159151576498af75cd4 (diff)
parent2e65ce44f787bc88aef23d27366ea4d0566fcc78 (diff)
Merge remote-tracking branch 'origin/2.7' into master
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/81496
-rw-r--r--changelog/unreleased/83236
-rw-r--r--changelog/unreleased/83496
3 files changed, 18 insertions, 0 deletions
diff --git a/changelog/unreleased/8149 b/changelog/unreleased/8149
new file mode 100644
index 000000000..3354989ce
--- /dev/null
+++ b/changelog/unreleased/8149
@@ -0,0 +1,6 @@
+Bugfix: Mac tray icon is size
+
+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/8323 b/changelog/unreleased/8323
new file mode 100644
index 000000000..f5124fd9b
--- /dev/null
+++ b/changelog/unreleased/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/unreleased/8349 b/changelog/unreleased/8349
new file mode 100644
index 000000000..4c1ab8d52
--- /dev/null
+++ b/changelog/unreleased/8349
@@ -0,0 +1,6 @@
+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.
+
+https://github.com/owncloud/client/issues/8349