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-09-17 23:44:17 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-09-17 23:44:17 +0300
commitbc2125fb85ee954e0a2adf57d676e2847cde468d (patch)
treec91208d4370c9ce9738c9d5684343409f13cf21b
parentff7131d2f2044936eff61be899d5ca7d4b2e40d9 (diff)
Version bump to v2.0.4.29-2.0.4.29_canary_2019-09-17v2.0.4.29-2.0.4.29_canary_2019-09-17
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.4.29_canary_2019-09-17.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.29_canary_2019-09-17.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.29_canary_2019-09-17.zip.sig.asc MD5: c72cddadbc805587ce528114d721e31a SHA1: b7f29e62a57c8bf452628739ee06d505c3cc0a69 SHA256: a10c8e54d2e030473450d31a71d84fe8205ff5deca66c624981ce36849e6bbf1
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt15
2 files changed, 16 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 9902f1784..f04c001f3 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-28
+29
diff --git a/changelog.txt b/changelog.txt
index 167ecc513..3ffb24d34 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,18 @@
+2019-09-17 - 2.0.4.29_canary_2019-09-17
+==========
+* Added workaround for bug in Mono 6.0, thanks @warwickmm
+* Extra logging during database recreates, thanks @drwtsn32x
+* Added options to MSI installer for parameterized installs, thanks @BlueBlock
+* Improved debug building, thanks @BlueBlock
+* Updated packages: FluentFTP, CoCoL, Microsoft.Azure, AWSSDK, MailKit, MimeKit, thanks @BlueBlock
+* Improved progress bar status, thanks @drwtsn32x
+* Fixed a parsing issue when reading the server path in the UI, thanks @FlyingFox333
+* Code quality improvements, thanks @warwickmm
+* Added code to actually remove purged volumes, thanks @BlueBlock
+* Updated bundled GPG and checking for user-installed GPG on Windows, thanks @BlueBlock
+* Improved handling of the "Stop after current file" method, thnaks @BlueBlock
+* Updated list of S3 locations and storage classes, thanks @kenkendk
+
2019-09-05 - 2.0.4.28_canary_2019-09-05
==========
* Updated CoCoL and WiX to fix rollback and upgrade errors, thanks @BlueBlock