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-03-16 11:27:41 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-03-16 11:27:41 +0300
commitf247799a4bc6f11de8c51b7bc98a9c2425eefba6 (patch)
tree9cfe4ad24cbe8ed9319dfe648a173e39d52333ec
parent99479344f721edb4068ca874aac1cbf14485ee21 (diff)
parent4cf87c9bbd17f5006c72d2de954210fbb724aace (diff)
Merge branch 'release/2.0.3.1_experimental'
# Conflicts: # Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs # Updates/build_version.txt # build-release.sh # changelog.txt
-rw-r--r--Updates/build_version.txt2
-rw-r--r--build-release.sh2
-rw-r--r--changelog.txt15
3 files changed, 17 insertions, 2 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index aabe6ec39..d00491fd7 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-21
+1
diff --git a/build-release.sh b/build-release.sh
index 075f5e02d..c96ccd831 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -10,7 +10,7 @@ else
RELEASE_TYPE=$1
fi
-RELEASE_VERSION="2.0.2.${RELEASE_INC_VERSION}"
+RELEASE_VERSION="2.0.3.${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 f906cce9d..c207fa794 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,18 @@
+2018-03-16 - 2.0.3.1_experimental_2018-03-16
+==========
+This experimental release is mostly the same as the canary build v2.0.2.20.
+Some of the major changes from the experimental build 2.0.2.15 are:
+
+* A new UI for setting the retention policy
+* Added an rclone backend
+* External links in the UI are now marked
+* Fixed a number of browser cache issues, which should fix the XSRF errors
+* Optional warnings when reaching the quota limit
+* Fixed not attempting to read non-symlink reparse points on Windows
+* Fixed a problem with the box.com backend
+* Fixed some crashes that were caused by the usage reporter filling up reports
+* Option to disable the file-size read-ahead scanner
+
2018-03-06 - 2.0.2.21_canary_2018-03-06
==========
* Rebuilt the style.css file