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>2018-01-03 15:43:56 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-01-03 15:43:56 +0300
commit8ac6affd2a171710b3172e646a99f3fadd7ae3d7 (patch)
treeb235db5107c0f7c5a5b0a9ff0faeb70ecb4df861
parent180bb16296809d8915014a88620c6d81d73472e8 (diff)
Version bump to v2.0.2.15-2.0.2.15_experimental_2018-01-03v2.0.2.15-2.0.2.15_experimental_2018-01-03release/2.0.2.15_experimental
You can download this build from: Binaries: https://updates.duplicati.com/experimental/duplicati-2.0.2.15_experimental_2018-01-03.zip Signature file: https://updates.duplicati.com/experimental/duplicati-2.0.2.15_experimental_2018-01-03.zip.sig ASCII signature file: https://updates.duplicati.com/experimental/duplicati-2.0.2.15_experimental_2018-01-03.zip.sig.asc MD5: ff053fe98fee1f3ba305ad12949b4c5e SHA1: 14d1729ba6ac5742f94b91c47dd6779d2a43489a SHA256: a906bd79b18fc9e7b33712018aaaea17e4e64cbf657a3c2232577b98828a5423
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt18
2 files changed, 19 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 8351c1939..60d3b2f4a 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-14
+15
diff --git a/changelog.txt b/changelog.txt
index 67a1deac5..ae1e57fab 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,21 @@
+2018-01-03 - 2.0.2.15_experimental_2018-01-03
+==========
+This is the same as build 2.0.2.14 canary
+
+Overview of major and breaking changes since 2.0.1.73 experimental:
+* Fixed not running the slow VACUUM command after each operation
+* Improved S3 to work better with non AWS hosts
+* Updated backend support libraries to the latest versions: Azure, AWS, SSH, SharpCompress, Mega, AlphaFS
+* Fixed a problem with SSL certificates periodically failing
+* Added a Sia backend
+* Added a number of default excludes
+* Updated the hashing library to use faster native libraries where available
+* Added a new retention policy which allows backup versions to decrease over time
+* Updated the auto-updater, such that new installs will spawn an extra process instead of using the AppDomain method as previously done.
+* Faster browsing of files to restore
+* Removed automatic tilde expansions as it created numerous problems
+* Multiple new languages added to the UI
+
2017-12-22 - 2.0.2.14_canary_2017-12-22
==========
* Multiple code quality fixes, thansk @warwickmm