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-05-03 09:46:46 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2021-05-03 09:46:46 +0300
commit94bb7a344a5068d296c1710e4bc156b7a4800f67 (patch)
treebe975593993ddce9da5636536bb0033c3388c529
parent548c7ab953aac03edc55a5760e43ef73f0877508 (diff)
Version bump to v2.0.6.1-2.0.6.1_beta_2021-05-03v2.0.6.1-2.0.6.1_beta_2021-05-03release/2.0.6.1_beta
You can download this build from: Binaries: https://updates.duplicati.com/beta/duplicati-2.0.6.1_beta_2021-05-03.zip Signature file: https://updates.duplicati.com/beta/duplicati-2.0.6.1_beta_2021-05-03.zip.sig ASCII signature file: https://updates.duplicati.com/beta/duplicati-2.0.6.1_beta_2021-05-03.zip.sig.asc MD5: 84d92bea98059f506b7b3fffbf451c82 SHA1: 69a42767807a57b2913a715fd620727321867b9c SHA256: 15ca4f0257beeb50fb9a4a5461bcc8205c5fb6949835a1eceb9b59112505267f
-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.