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>2019-01-16 16:45:14 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-01-16 16:45:14 +0300
commit45c1d2601f6ea6ec5228006ec0d38c00963734cd (patch)
tree26345cea7450eb7e6ec01531053849210edc0472
parentf5de77053a858b36008ddda0e5ad98da7cc36ac8 (diff)
Version bump to v2.0.4.11-2.0.4.11_canary_2019-01-16v2.0.4.11-2.0.4.11_canary_2019-01-16
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.4.11_canary_2019-01-16.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.11_canary_2019-01-16.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.11_canary_2019-01-16.zip.sig.asc MD5: c88b67852826337146cca35ce8ef44d3 SHA1: e848035e4873dd20015dbd9fbc84ea33980b58d6 SHA256: 5c81aa4264094d8547b2c3c4d3f2af6afbaa27e7e695bfdf5b23642429718625
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt14
2 files changed, 15 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index f599e28b8..b4de39476 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-10
+11
diff --git a/changelog.txt b/changelog.txt
index 0343c9a4c..d971aa590 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,17 @@
+2019-01-16 - 2.0.4.11_canary_2019-01-16
+==========
+* Many source code quality improvements, thanks @warwickmm
+* Added test percentage option, thanks @warwickmm
+* Fixed an issue with the log page not loading, thanks @LacunaSoftware
+* Updated the Mega API, thanks @Pectojin
+* Added tool to import a CLI backup into the server, thanks @warwickmm
+* Improved build tools to separate and simplify the GPG signing step, thanks @verhoek
+* Fixed a case where listing files backed up from a UNC path are not shown, thanks @mnaimann
+* Removed the unused file lookup table, thanks @Pectojin
+* Fixed an issue with the FTP backend where it would sporadically create files in the root folder of the server, thanks @balchen
+* Fixed quota reporting from GoogleDrive, thanks @warwickmm
+* Improved code quality, thanks @verhoek
+
2018-12-29 - 2.0.4.10_canary_2018-12-29
==========
* Improved passphrase export, thanks @Pectojin