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-08-10 10:29:55 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-08-10 10:29:55 +0300
commitb841a617ce27eb1a0af084e4c06d07ce0d9113f2 (patch)
tree286bc655cd273f6cd790480dadcc33843b382425
parent4b42638dfb4d61f42bd5f8ae08b27f69fdfd03e5 (diff)
Version bump to v2.0.1.18-2.0.1.18_canary_2016-08-10v2.0.1.18-2.0.1.18_canary_2016-08-10
You can download this build from: Binaries: http://updates.duplicati.com/canary/duplicati-2.0.1.18_canary_2016-08-10.zip Signature file: http://updates.duplicati.com/canary/duplicati-2.0.1.18_canary_2016-08-10.zip.sig ASCII signature file: http://updates.duplicati.com/canary/duplicati-2.0.1.18_canary_2016-08-10.zip.sig.asc MD5: 3a1979d0b03038d0afa7a1e84a4fbec5 SHA1: 8bfdb0989d747960145ee670b0151f42f5f0c221 SHA256: 4f69467299cce78301d21547f05e6907faaa5684236dd5631127d5216a841fb5
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt26
2 files changed, 27 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 98d9bcb75..3c032078a 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-17
+18
diff --git a/changelog.txt b/changelog.txt
index 88d8cc80e..9b4d630f7 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,29 @@
+2016-08-10
+==========
+* OneDrive for Business now uploads files in chunks to prevent timeout, thanks @ReneHezer
+* Prevent using both --keep-version and --keep-time to avoid confusion
+* Fixed a number of usability issues with the WebUI
+* Fixed encoding of special characters for Amazon Cloud Drive, thanks @Xelio
+* Fixed an issue with the recovery tool not respecting the restore folder target, thanks @mnaiman
+* Fixed issues when including the "home" folder on Windows
+* Fixed expanding environment variables and special folder names for filters
+* Changed displaying the dates in the WebUI with the browser locale
+* Added option to re-compress and re-encrypt from the recovery tool, thanks @mnaiman
+* Updated AWS S3 library to latests version
+* Added option to create an un-priviledged S3 user via IAM, if the current user has permissions
+* Fixed an issue with the scheduler that cause high CPU usage for invalid schedules
+* Fixed an issue with the WebUI forgetting SSL settings in some cases
+* Upgraded support for sending email to use a new library with proper SSL support, thanks @mnaiman
+* Fixed spurious failures in SSH connections, caused by leaking open connections, thanks @mnaiman
+* Fixed a Mono dependency in the Debian package that has been renamed
+* Added a DropBox backend, thanks @wvc
+* Added option to serve the WebUI with an SSL certificate, thanks @mnaiman
+* Improments to the recovery tool, thanks @mnaiman
+* Fixed an issue where deleting a backup and creating a new could cause data to be pre-set from the delete backup on the new, thanks @4m1g0
+* Fixed an issue with LVM not working on newer versions of Ubuntu
+* Fixed an issue where Mono could not be located by the OSX app bundle
+* Fixes to WebUI layout, thansk @Vaporizer8
+
2016-05-14
==========
* Fixes for UI on Safari, thanks @alexfran