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>2017-04-21 14:48:38 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-04-21 14:48:38 +0300
commit1d57dd3e964a90a0f4778d19e6b93a85b7abb3a0 (patch)
tree5d699cd6c3ce2d8b70efeae913a8a876da6d56a5
parent015a92343fa0dc092511e24936ddbc2a8db467ad (diff)
Version bump to v2.0.1.56-2.0.1.56_canary_2017-04-21v2.0.1.56-2.0.1.56_canary_2017-04-21
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.1.56_canary_2017-04-21.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.1.56_canary_2017-04-21.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.1.56_canary_2017-04-21.zip.sig.asc MD5: 9c3b4b3ddcc66d33dc2de228a218ca6c SHA1: dde6049ebbb27538164300f330fa3ac0b70c22f4 SHA256: 2edfb125b70714dd4d8482e961a913bd4897b6f25ca71306b4e73c2c29dac0bf
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt8
2 files changed, 9 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index c3f407c09..f6b91e0e1 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-55
+56
diff --git a/changelog.txt b/changelog.txt
index a515d8300..127df575e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,11 @@
+2017-04-21 - 2.0.1.56_canary_2017-04-21
+==========
+* Fixed an issue with duplicate strings in S3 providers
+* Fixed an issue where a file being expanded during backup could cause the file to not be backed up.
+* Changed HTTP requests to not buffer the output to fix out-of-memory errors
+* Added a Python script to do restores completely without using Duplicati, thanks @downpoured !
+* Improved Amazon Cloud Drive by not waiting while performing batched requests
+
2017-04-06 - 2.0.1.55_canary_2017-04-06
==========
* Updated SharpCompress to support creating zip files larger than 4 GiB