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>2017-06-01 12:26:08 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-06-01 12:26:08 +0300
commitc272b837a3e124bc4b44a4c30bdf2343d5219c38 (patch)
treedd4d1df65eebdf0ff8708dcad5881f482ff5f1db
parentced3caa219b574a708eb05afe039e60d1fe45c9a (diff)
Version bump to v2.0.1.62-2.0.1.62_canary_2017-06-01v2.0.1.62-2.0.1.62_canary_2017-06-01
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.1.62_canary_2017-06-01.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.1.62_canary_2017-06-01.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.1.62_canary_2017-06-01.zip.sig.asc MD5: b144d852191503d9b595eddef8cced7d SHA1: 0e45f471b1800e27122b33b8bc7eb27114f8a0cd SHA256: d4390f324b13e3495af7c196d237e391604993f3a19cfbe26ffc33058983e128
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt11
2 files changed, 12 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index b1e7d265f..a8fa06e1b 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-61
+62
diff --git a/changelog.txt b/changelog.txt
index 635770849..7418f6a21 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,14 @@
+2017-06-01 - 2.0.1.62_canary_2017-06-01
+==========
+* Caching is now enabled for static content in the WebUI, thanks @mknjc
+* Fixed an issue with `--deleted-files`, thanks @downpoured
+* Added permissions testing for the "Test connection" on aFTP, thanks @vnau
+* Changed some `GET` calls to `POST` for the login sequence
+* Fixed not being able to change the usagereporter level
+* Added support for setting a theme
+* Added the "dark" theme, thanks Michal
+* Updated SharpCompress to the latest version
+
2017-05-30 - 2.0.1.61_experimental_2017-05-30
==========
This experimental release contains all the changes from canary v2.0.1.60,