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-15 15:11:40 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-12-15 15:11:40 +0300
commit98ef25d9d9ad4a588b94f6ed0c311300c2d3252c (patch)
tree1d8ef4baff7c5dfe42e3b282924afefc200790bd /CHANGELOG.md
parent374795bd408df36e846d2f4e00cb8ee5fba5773a (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c1f94974..f95b735f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,12 +8,20 @@ ownCloud admins and users.
Summary
-------
+* Bugfix - Fix crash when a download is cancelled: [#4329](https://github.com/owncloud/enterprise/issues/4329)
* Bugfix - Log the final http request: [#8289](https://github.com/owncloud/client/pull/8289)
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
Details
-------
+* Bugfix - Fix crash when a download is cancelled: [#4329](https://github.com/owncloud/enterprise/issues/4329)
+
+ 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
+
* Bugfix - Log the final http request: [#8289](https://github.com/owncloud/client/pull/8289)
We fixed a bug where the http log did not include all headers of a request.