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>2021-05-28 15:03:03 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-05-28 15:03:03 +0300
commit7c145e169ced19c8bbd09bbadeca457e64522f39 (patch)
tree24ddbf3e8c838ecaa21cb9a6cfb84df6e26d307a /changelog/2.8.2_2021-05-28
parent38c74af88c0059eec8ae89e947357488f86126bf (diff)
Release 2.8.1
Diffstat (limited to 'changelog/2.8.2_2021-05-28')
-rw-r--r--changelog/2.8.2_2021-05-28/82725
-rw-r--r--changelog/2.8.2_2021-05-28/86645
2 files changed, 10 insertions, 0 deletions
diff --git a/changelog/2.8.2_2021-05-28/8272 b/changelog/2.8.2_2021-05-28/8272
new file mode 100644
index 000000000..787818bfe
--- /dev/null
+++ b/changelog/2.8.2_2021-05-28/8272
@@ -0,0 +1,5 @@
+Bugfix: Correctly detect network drives
+
+We fixed a bug which allowed to use Virtual files on Windows network drives, which is not supported by Windows.
+
+https://github.com/owncloud/client/issues/8272
diff --git a/changelog/2.8.2_2021-05-28/8664 b/changelog/2.8.2_2021-05-28/8664
new file mode 100644
index 000000000..9099f65dd
--- /dev/null
+++ b/changelog/2.8.2_2021-05-28/8664
@@ -0,0 +1,5 @@
+Bugfix: We fixed a potential crash in the socket api
+
+We fixed a crash in the Mac implementation of the socket api.
+
+https://github.com/owncloud/client/pull/8664