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-02 15:56:08 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-09-02 15:56:08 +0300
commite65196ed40583876ec52aea5fa63d421287af542 (patch)
tree019f5d3c7440308392585bee6d859c418a2def9f
parent93ace63d4f0cec18eb9b88c5f3d4ae024e8787fc (diff)
Version bump to v2.0.4.25-2.0.4.25_canary_2019-09-02v2.0.4.25-2.0.4.25_canary_2019-09-02
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.4.25_canary_2019-09-02.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.25_canary_2019-09-02.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.4.25_canary_2019-09-02.zip.sig.asc MD5: 737499500856c4dfa018139ab8f66a2b SHA1: 0ec2927f5901542ea71354e3ab4261077d082f21 SHA256: 1448a7b55444d468b5614364c682e868bbc498ecaad1f2a4eb19105b4b31e843
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt29
2 files changed, 30 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index a45fd52cc..7273c0fa8 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-24
+25
diff --git a/changelog.txt b/changelog.txt
index 999fcd9d7..2a3f61c04 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,32 @@
+2019-09-02 - 2.0.4.25_canary_2019-09-02
+==========
+== This is a rebuild of 2.0.4.24 with MSI packages and assembly redirect fixes ==
+
+Change list from 2.0.4.24:
+* Code cleanup, thanks @warwickmm
+* Removed extra console output, thanks @wjansenw
+* Fixed disposing backends after job completion, thanks @warwickmm
+* Fixed an issue with throttled write, thanks @warwickmm
+* Spelling fix, thanks @BlueBlock
+* Fixed documetation in `run-script` examples, thanks @beppo-dd
+* Improved unittests, thanks @BlueBlock
+* Improved auto-compact and auto-vacuum, thanks @drwtsn32x
+* Fixed problem with exceeeding the number of parameters supported by SQLite, thanks @drwtsn32x
+* Improved status display, thanks @drwtsn32x
+* Improved bugreport database scrubbing, thanks @drwtsn32x
+* Removed GoogleDrive trash items in listing, thanks @BlueBlock
+* Fixed the rename method in the GoogleDrive backend, thanks @BlueBlock
+* Improved GCS storage class text, thanks @warwickmm
+* Improved unittests for easier local testing, thanks @warwickmm
+* Added workaround for AFTP upload delay, thanks @BlueBlock
+* Fixed issue with reading the largest path prefix, thanks @BlueBlock
+* Added conditional download of unittest data zip files, thanks @BlueBlock
+* CI testing improvements, thanks @BlueBlock
+* Fixed sporadic issue with backups of files being written, thanks @BlueBlock
+* Updated to .Net Framework 4.6.2
+* Fixed issue with temporary files not being deleted as expected, thanks @BlueBlock
+* Support for forcing calendar dates in time pickers, thanks @LacunaSoftware
+
2019-09-02 - 2.0.4.24_canary_2019-09-02
==========
* Code cleanup, thanks @warwickmm