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-07-24 18:16:28 +0300
committerHannah von Reth <vonreth@kde.org>2020-07-27 13:46:09 +0300
commitab47ec67ffd2d4fb879adfb88a70ce8a8cda18ea (patch)
treee02d4f1d2a03ecfec360d99c70a4a590cb27eb4e /changelog
parent008329eeb4ebca85c0eed2955a9e4dc01cd898fc (diff)
Use the servers checksum type by default
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/79897
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/7989 b/changelog/unreleased/7989
new file mode 100644
index 000000000..52dcfbf1c
--- /dev/null
+++ b/changelog/unreleased/7989
@@ -0,0 +1,7 @@
+Change: Use the checksum type specified by the server by default
+
+The default type for computation of the checksum was sha1 independent
+of the type specified by the server.
+Under certain conditions that caused multiple computations of the checksum.
+
+https://github.com/owncloud/client/pull/7989