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-11-29 10:58:47 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-11-29 10:58:47 +0300
commitf3bdd6c732328bd9c3360be5b48f2c6220593ad6 (patch)
treee4e5c7df5c288bedd3fafa25abe5bd7e3c01ff6b
parent057a0122774dcc4e77556514b8ade510cc124f1f (diff)
Version bump to v2.0.4.35-2.0.4.35_canary_2019-11-29v2.0.4.35-2.0.4.35_canary_2019-11-29
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.4.35_canary_2019-11-29.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.35_canary_2019-11-29.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.35_canary_2019-11-29.zip.sig.asc MD5: a184d0bc23e79a0981aa2ed483fbd8d0 SHA1: 75bd37c35cc3b3ed5689a313620ab358c7a3f9dd SHA256: 165858729cb655bd7fe5ccd98cf3d1271889f591d4a161deeb8f7743e21cc180
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt9
2 files changed, 10 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index a78736459..8f92bfdd4 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-34
+35
diff --git a/changelog.txt b/changelog.txt
index 7d3b266d3..661aea934 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,12 @@
+2019-11-29 - 2.0.4.35_canary_2019-11-29
+==========
+* Made password input in dark-theme better, thanks @mithileshz
+* Fixed resource leaks and shutdown code for OneDrive, thanks @tygill
+* Report a warning if the backup was cancelled, thanks @warwickmm
+* Do not warn if deletion fails but actually removes the remote file, thanks @drwtsn32x
+* Prevent storing journal data on incomplete backups, thanks @drwtsn32x
+* Disabled file attribute masking on Windows 10, thanks @drwtsn32x
+
2019-11-05 - 2.0.4.34_canary_2019-11-05
==========
* Stapling macOS notarization to bundles, thanks @kenkendk