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>2020-12-14 14:26:05 +0300
committerHannah von Reth <vonreth@kde.org>2020-12-14 16:18:34 +0300
commitcf336c5098a8b73b58f7fa7eb9a8df8865aa109c (patch)
tree109857a46c8e12e8a870cfdeedae92a6bf51f14f
parentd6f717b9f02d29406bc93e4b04eda1692f38a827 (diff)
Add a changelog entry for a cfapi fix
-rw-r--r--changelog/unreleased/43296
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/4329 b/changelog/unreleased/4329
new file mode 100644
index 000000000..5eac9e608
--- /dev/null
+++ b/changelog/unreleased/4329
@@ -0,0 +1,6 @@
+Bugfix: Fix crash when a download is cancelled
+
+We fixed a crash, on Windows, when a user cancelled a download of
+a VirtualFile using the Windows explorer.
+
+https://github.com/owncloud/enterprise/issues/4329