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>2020-01-18 14:31:43 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2020-01-18 14:31:43 +0300
commit082a14fc22efdef226c1bee956f85009f7104fb3 (patch)
tree743eb40f44ffde14406a11a88fa6cde649b8d1ca
parent2ed49540ca4473aa33ea9a6fe5c1be15d89cedb5 (diff)
Version bump to v2.0.5.1-2.0.5.1_beta_2020-01-18v2.0.5.1-2.0.5.1_beta_2020-01-18release/2.0.5.1_beta
You can download this build from: Binaries: https://updates.duplicati.com/beta/duplicati-2.0.5.1_beta_2020-01-18.zip Signature file: https://updates.duplicati.com/beta/duplicati-2.0.5.1_beta_2020-01-18.zip.sig ASCII signature file: https://updates.duplicati.com/beta/duplicati-2.0.5.1_beta_2020-01-18.zip.sig.asc MD5: 304fcc8f230921e85feb9f4097a7651d SHA1: 42fb1e994680b6d7aebf80d05c5e1c1bd8542d2d SHA256: 168aa8b6162586a8a16489e4ac2beece5e14e678bb01c4afcf37fbfb708482f6
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt39
2 files changed, 40 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 e1f5221d5..ca604ffbe 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,42 @@
+2020-01-18 - 2.0.5.1_beta_2020-01-18
+==========
+This beta release is a collection of additions and improvements from many contributors.
+Since it is released more than a year after the last beta, there is a large number of changes.
+
+Important notes:
+* On Linux, macOS, and other systems that require Mono, this version requires Mono v5 or later.
+
+* On macOS please remove the current beta and install this version, instead of using the updater. Doing so, will make Duplicati compatible with Gatekeeper and allow you to grant permissions.
+
+A big thanks to all Duplicati contributors, supporters, fans and users for keeping the project evolving and improving.
+
+Note that the beta `v2.0.4.23` has database version `8` and this release has database version `10`. This means that your local database will be upgraded once you run this version, and you cannot roll back without some manual intervention.
+
+Here is a short list of some of the more notable changes:
+
+* Numerous bug fixes and performance enhancements.
+* Updated translations, new languages added.
+* Improved support for macOS Catalina
+* Add support for minio backend.
+* Improve tray icon to reflect warning state.
+* Fix long path issue when path has 259 or 260 characters.
+* Remove support for Amazon Cloud Drive.
+* Fix input issues with dark theme.
+* Fix bug in handling filter expressions.
+* Fix purge operation with simple filters and case-sensitive filesystems.
+* Fix ignoring of --tempdir option when using the command-line.
+* Improved list of S3 compatible options and providers.
+* Fix ability to stop backup after current file has finished processing.
+* Updates to support libraries
+* Improve logging during database recreation.
+* Add option to skip vacuum operations within specified duration, `--auto-vacuum-interval`.
+* Add option to skip compact operations within specified duration, `--auto-compact-interval`.
+* Fix backup corruption from upload throttling. #3787
+* Fix for “Unexpected difference in fileset”. #3800
+* Fix for “CheckingErrorsForIssue1400” and “FoundIssue1400Error”. #3868
+* Fix for “FTP (Alternative)” upload verification.
+* Server database version is still 6. Backup database rose to 10. This may impede downgrades.
+
2020-01-03 - 2.0.5.0_experimental_2020-01-03
==========
This is once again a cumulative release for more than 6 months of hard work.