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>2018-10-23 13:53:07 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-10-23 13:53:07 +0300
commitec3e3a473203e837d4bd9240bff66d58ca1895d4 (patch)
tree34d0f4cffd8cfb12c479ecfcd334e011c9843a09
parentc45030474f164d22d0e3a97899a12aeaf179904f (diff)
Version bump to v2.0.3.12-2.0.3.12_canary_2018-10-23v2.0.3.12-2.0.3.12_canary_2018-10-23
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.3.12_canary_2018-10-23.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.3.12_canary_2018-10-23.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.3.12_canary_2018-10-23.zip.sig.asc MD5: 93e83b3c0b93ec2f2dc9d84b891c8991 SHA1: 88d7f4a0c1693304f868243c68c94b16ca4e813c SHA256: 374f9e6d925e9166bdfeba991a862cb96978ee21300e448aa6d8c37711bcbbb5
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt18
2 files changed, 19 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index b4de39476..48082f72f 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-11
+12
diff --git a/changelog.txt b/changelog.txt
index 7ddb05db0..db14094ff 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,21 @@
+2018-10-23 - 2.0.3.12_canary_2018-10-23
+==========
+* Fixed translations not working for sub-cultures, thanks @LacunaSoftware
+* Improved error detection and reporting
+* Fixed progress bar not updating, thanks @LacunaSoftware
+* Improved LVM handling, thanks @jkellerer
+* Fixed issues with long paths and USN, thanks @dgehri
+* Numerous code quality improvements, thanks @warwickmm
+* Removal of unused code, thanks @Pectojin
+* Added backup description field to UI, thanks @sffetlio
+* Updated MegaApiClient to 1.6.3, thanks @Pectojin
+* Normalize paths by forcing Windows drive letters to upper case, thanks @mnaiman
+* Fixed progress stats gammar and consistency, thanks @lucascosti
+* Fixed server errors with empty form changes, thanks @LacunaSoftware
+* Improved error messages, thanks @warwickmm
+* Added US-West to Wasabi, thanks @gzzengwei
+* Added app manifest files for Windows, thanks @LacunaSoftware
+
2018-09-05 - 2.0.3.11_canary_2018-09-05
==========
* Cleanup of async methods and naming, thanks @warwickmm