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-11 16:54:37 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-12-11 16:56:04 +0300
commitcb49e33398d1d1ec6fed3c73473ca9f5343653c1 (patch)
treebe68dda06d22b38a61aad82650243e096b40b6f7
parente52f9ed0bd6454207bcb80fa61c30ee3c9ec00c4 (diff)
Release 2.7.3v2.7.3
-rw-r--r--VERSION.cmake2
-rw-r--r--changelog/2.7.3_2020-12-11/82947
2 files changed, 8 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 7ead4aa21..68f08f7f1 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 7 )
-set( MIRALL_VERSION_PATCH 2 )
+set( MIRALL_VERSION_PATCH 3 )
set( MIRALL_VERSION_YEAR 2020 )
set( MIRALL_SOVERSION 0 )
diff --git a/changelog/2.7.3_2020-12-11/8294 b/changelog/2.7.3_2020-12-11/8294
new file mode 100644
index 000000000..555bbf921
--- /dev/null
+++ b/changelog/2.7.3_2020-12-11/8294
@@ -0,0 +1,7 @@
+Bugfix: Fix handling of errors with the Windows Cloud Filter API
+
+We fixed a bug where errors during the creation of placeholder files where
+not correctly handled. The missing files where than falsely detected as deleted
+and thus removed from the server.
+
+https://github.com/owncloud/client/issues/8294