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-02-18 15:33:25 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2020-02-18 15:33:25 +0300
commitce7180d59955d89e2245110a1e9c7c6b862c2a06 (patch)
tree15ee37399e39a24d4ecc1b24ecdade7d79f6064a
parent8eb47ff67b0a0106ec935c43b4897f10775cd635 (diff)
Version bump to v2.0.5.102-2.0.5.102_canary_2020-02-18v2.0.5.102-2.0.5.102_canary_2020-02-18
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.5.102_canary_2020-02-18.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.102_canary_2020-02-18.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.5.102_canary_2020-02-18.zip.sig.asc MD5: 76dcac7b13fda2b4fc5ff2987538ff3b SHA1: 6f1640aa8517bf980c76b5467b901bf545d92a1c SHA256: d782c13270581481ed3770516d79004c1aa5682fec6cf2f7378ae553dd03175b
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt14
2 files changed, 15 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 398050c62..257e56326 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-101
+102
diff --git a/changelog.txt b/changelog.txt
index b0fb59034..1db4f200a 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,17 @@
+2020-02-18 - 2.0.5.102_canary_2020-02-18
+==========
+* Improved performance of the recovery-tool, thanks @tfriedel and @warwickmm
+* Debian and RPM packages now require Mono 5.0, thanks @drwtsn32x
+* Fixed issue with USN returning too many results, thanks @drwtsn32x
+* Code quality improvements, thanks @warwickmm
+* Added `.odg` and `.otg` as compressed file types, thanks @warwickmm
+* Improved USN changes by looking at size and attributes, thanks @drwtsn32x
+* Code quality improvements, thanks @drwtsn32x
+* Unittest improvements, thanks @warwickmm
+* The OVH backend now points to Keystone v3, thanks @warwickmm
+* Fixed allowing minutes in retention rules, thanks @Pectojin
+* Fixed loading SQLite on Windows, thanks @warwickmm
+
2020-01-23 - 2.0.5.101_canary_2020-01-23
==========
* Improved tests, thanks @drwtsn32x