Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-07-12 11:06:04 +0300
committerChristian Kamm <mail@ckamm.de>2017-07-12 11:06:04 +0300
commitda54b3d7e56e636d89f2ed07287246695585abe2 (patch)
tree4a8430c8cf927a57b6750e93af94456e8fdcadcc /ChangeLog
parent971abaea801a413921421a5887463c4234c0c116 (diff)
parentc9db5d234f98397f1166ce618c48bf28149324f9 (diff)
Merge remote-tracking branch 'origin/2.3'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e475fa59..ad96ac656 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,18 @@ version 2.4.0 (2017-0X-XX)
* Harmonize source code style with clang-format
* Crash fixes
+version 2.3.3 (2017-07-XX)
+* Chunking NG: Don't use old chunking on new DAV endpoint (#5855)
+* Selective Sync: Skip excluded folders when reading DB, don't let them show errors (#5772)
+* Settings: Make window bigger so Qt version is always visible (#5760)
+* Share links: Show warning that public link shares are public (#5786)
+* Downloads: Re-trigger folder discovery on HTTP 404 (#5799)
+* Overlay Icons: Fix potential hangs on Windows
+* SyncJournalDB: Don't use ._ as filename pattern if that does not work because of SMB storage settings (#5844)
+* SyncJournalDB: Log reason for sqlite3 opening errors
+* Switch Linux build also to Qt 5.6.2 (#5470)
+* Stopped maintaining Qt 4 buildability
+
version 2.3.2 (2017-05-08)
* Fix more crashes (thanks to everyone submitting to our crash reporter!)
* Improve compatibility with server 10.0 (#5691, X-OC-Total-Size)