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:
-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.