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

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2016-09-09 10:45:14 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-09-09 10:45:14 +0300
commitd949728f4caeacce8e6c7fe5b9d1bd0914d543b7 (patch)
treee6e0fd936c234fea663ce93493cbe0f6df604ac4
parent908b7fd5fc385312f906f5fad7708507935dcfa4 (diff)
Updated changelog
-rw-r--r--changelog.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 9cfa60a36..f42d3a839 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,6 +1,14 @@
+2016-09-09
+==========
+* Fixes to the Dropbox backend
+* Fixed restore of files/folders with semicolon and plus characters from the UI
+* Added visual feedback when clicking the restore button
+* Added assembly redirects to solve issues with loading SharpAESCrypt and Mega backend
+* Changed the label for dblocksize in the UI
+
2016-09-01
==========
-* Fixed VSS based backups no working after 2.0.1.17
+* Fixed VSS based backups not working after 2.0.1.17
* Prevent including temporary files in verification file, thanks @mnaiman
* Added host-key verification for SSH connections, thanks @mnaiman