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-10-13 17:37:22 +0300
committerHannah von Reth <vonreth@kde.org>2021-10-13 18:15:49 +0300
commitb1e17395c057ca2336bbbdf50f39c00fbf33620f (patch)
tree9642938ce4e5881ca0d38b359a722154a0b8a130 /changelog/unreleased
parent9b5a99f23a912c102fb8093112d58e19c536ec5a (diff)
Fix application shutdown during Windows logout
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/89796
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/8979 b/changelog/unreleased/8979
new file mode 100644
index 000000000..8846fe3e6
--- /dev/null
+++ b/changelog/unreleased/8979
@@ -0,0 +1,6 @@
+Bugfix: Properly handle Windows log off
+
+We worked around a Qt bug which prevented the client from properly shutdown
+on Windows logout or during the client update.
+
+https://github.com/owncloud/client/issues/8979