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>2021-04-09 19:23:02 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2021-04-09 19:23:02 +0300
commit23f898b4f3dc51dc91bd764de54c3be7c36fd90d (patch)
tree0c4ccc651ad22916c90c11000f888a60360697b6
parent259ca9e3d09d0e4b2a7b3aa596c0f62040637bf7 (diff)
Version bump to v2.0.6.0-2.0.6.0_experimental_2021-04-09v2.0.6.0-2.0.6.0_experimental_2021-04-09release/2.0.6.0_experimental
You can download this build from: Binaries: https://updates.duplicati.com/experimental/duplicati-2.0.6.0_experimental_2021-04-09.zip Signature file: https://updates.duplicati.com/experimental/duplicati-2.0.6.0_experimental_2021-04-09.zip.sig ASCII signature file: https://updates.duplicati.com/experimental/duplicati-2.0.6.0_experimental_2021-04-09.zip.sig.asc MD5: 5b1eb1b9e17af6bd47bdf127a6c678bf SHA1: 8f808e8db6afaa265f5fa80ca19b238e13d02863 SHA256: 592b3e42082af5c79a4badcfe299fc823e6bd29f7b283e4bba2afa8626c8f912
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt30
2 files changed, 31 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 3a2e3f498..573541ac9 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
--1
+0
diff --git a/changelog.txt b/changelog.txt
index f5fd74833..f0a88c970 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,33 @@
+2021-04-09 - 2.0.6.0_experimental_2021-04-09
+==========
+## First experimental build in over a year!
+
+We have been hard at work adding new features and fixing issues. This experimental release is a roll-up of all the fixes since the last experimental build and is expected to cause very few issues when upgrading.
+
+A big thanks to all Duplicati contributors, supporters, fans and users for keeping the project evolving and improving.
+
+### New in this version
+
+- Added Tardigrade backend
+- Added Tencent Cloud Object Storage (COS)
+- More Docker image versions
+- Improved long-path support on Windows
+
+We changed some larger things that you should be aware of when upgrading.
+
+### The SSH backend has been updated
+This update increases the security by prefering stronger encryption algorithms.
+However, this _can_ cause failing backups as the host key is reported as "changed".
+If this happens, edit the backup and update the host key.
+
+### Database version update from v10 to v11!
+Downgrade from this version requires manually adjusting the version number in the database. The additions can be re-applied if the database is upgraded again later.
+
+### Other changes that needs attention
+
+- Duplicati now requires Mono 5.10 or greater
+- S3 and Sharepoint option names on commandline now uses `-` for consistency (previously used `_`)
+
2021-03-10 - 2.0.5.114_canary_2021-03-10
==========
## This build intends to remove some erronous warnings from the S3 backend introduced in the previous canary.