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.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