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-08-11 11:45:43 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2021-08-11 11:45:43 +0300
commit94330d0950e3f54586ed14393a393a89c622f23d (patch)
tree0093656063aface949196027116fe5f3d14d30d6
parente81595a611827f612a7771d7179f871708cbe8df (diff)
parent650e1ff998d7149b5a989551eb31078d2f414ef9 (diff)
Merge branch 'release/2.0.6.3_beta'
-rw-r--r--Updates/build_version.txt2
-rw-r--r--build-release.sh2
-rw-r--r--changelog.txt44
3 files changed, 46 insertions, 2 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index dee79f109..00750edc0 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-114
+3
diff --git a/build-release.sh b/build-release.sh
index 86162a8f5..7634bcdde 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -10,7 +10,7 @@ else
RELEASE_TYPE=$1
fi
-RELEASE_VERSION="2.0.5.${RELEASE_INC_VERSION}"
+RELEASE_VERSION="2.0.6.${RELEASE_INC_VERSION}"
RELEASE_NAME="${RELEASE_VERSION}_${RELEASE_TYPE}_${RELEASE_TIMESTAMP}"
RELEASE_CHANGELOG_FILE="changelog.txt"
diff --git a/changelog.txt b/changelog.txt
index f5fd74833..6f7e60084 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,47 @@
+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:
+
+* Disabled SSH backend ECDSA keys on Mono as it does not work (see issue #4506)
+* Fixed priority of options from AWS and Azure backend if both underscore and dashed version were used (see issue #4513)
+
+2021-05-29 - 2.0.6.2_experimental_2021-05-29
+==========
+This is a minor bugfix release with only two changes:
+
+* Disabled SSH backend ECDSA keys on Mono as it does not work (see issue #4506)
+* Fixed priority of options from AWS and Azure backend if both underscore and dashed version were used (see issue #4513)
+
+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.