From 7d71c6a4797cc62a8283c150bda90713fe472474 Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Wed, 11 Aug 2021 11:07:38 +0200 Subject: Version bump to v2.0.6.100-2.0.6.100_canary_2021-08-11 You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.6.100_canary_2021-08-11.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.6.100_canary_2021-08-11.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.6.100_canary_2021-08-11.zip.sig.asc MD5: 188758b77d7946c4c15403b829f1a8a1 SHA1: 35a80913de3c9a6df444f5138df787ad65483beb SHA256: 06e84a698e9723598bf821e1a3df2bb62423a362c7075dc521768389cdd6f1f8 --- Updates/build_version.txt | 2 +- changelog.txt | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Updates/build_version.txt b/Updates/build_version.txt index 3ad5abd03..29d6383b5 100644 --- a/Updates/build_version.txt +++ b/Updates/build_version.txt @@ -1 +1 @@ -99 +100 diff --git a/changelog.txt b/changelog.txt index 6f7e60084..d0fb0e6d0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,27 @@ +2021-08-11 - 2.0.6.100_canary_2021-08-11 +========== +* Switched to improved CI model, thanks @warwickmm +* Fixed issue with reporting wasted space, thanks @aureliandevel +* Fixed throttling requests to OneDrive and respecting the server `retry-after` headers, thnaks @tygill +* File backend now overwrites files, thanks @warwickmm +* Added `.dar` files to list of compressed file extensions, thanks @samuel-w +* Fixed typos in example scripts, thanks @warwickmm +* The `Makefile` now calls `msbuild`, thanks @warwickmm +* When testing for known compressed file extensions, the compare is now case-insensitive, thanks @samuel-w +* Improved code quality, thanks @marodev +* Fixed an issue with handling the deprecated Azure and S3 options, thanks @warwickmm +* Avoid using ECDSA algorithm for SFTP if the client does not support it, thanks @warwickmm +* Added SAS token support to Azure backend, thanks @sergethedev17 +* Improved test method for aFTP backend, thanks @sergethedev17 +* Added support for mega.nz 2fa, thanks @vfrz +* Changed from Tardigrade backend to Storj DCS backend, thanks @TopperDEL +* Removed BouncyCastle dependency and now using .Net built-in parsing of SSL certificates, thanks @mnaiman +* Regex filters now match newlines in paths with wildcards, thanks @warwickmm +* Reduced number of cases where database cleanup is triggered, thanks @warwickmm +* Fixed a dispose bug in most backends introduced with `PutAsync`, thanks @warwickmm +* Updated UI to more prominently display deprecation information, thanks @warwickmm +* Fixed handling of special characters in paths on the aFTP backend, thanks @warwickmm + 2021-06-17 - 2.0.6.3_beta_2021-06-17 ========== This is a minor bugfix release with only two changes, which affects a small number of users: -- cgit v1.2.3