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:
-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 573541ac9..d00491fd7 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-0
+1
diff --git a/changelog.txt b/changelog.txt
index f5fd74833..c1d0878bd 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,33 @@
+2021-05-03 - 2.0.6.1_beta_2021-05-03
+==========
+## First beta build in over a year!
+
+We have been hard at work adding new features and fixing issues. This beta release is a roll-up of all the fixes since the last beta build and is expected to cause very few issues when upgrading. This release is based on 2.0.6.0_experimental.
+
+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.