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-08-30 12:59:21 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-08-30 12:59:21 +0300
commitd232c923e9641eb445c474f28d5bd07b151068eb (patch)
tree33ada6bd1b8ea1d5b11cc5db05691b8609274ab3
parent258c5a6fa2e072ac5851d66f0537538345b5b329 (diff)
Version bump to v2.0.3.10-2.0.3.10_canary_2018-08-30v2.0.3.10-2.0.3.10_canary_2018-08-30
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.3.10_canary_2018-08-30.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.3.10_canary_2018-08-30.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.3.10_canary_2018-08-30.zip.sig.asc MD5: 886de1a24a0e9fe05614a2555821267c SHA1: ee3eaa5606ccd90ba830e45503289b792ab20b5e SHA256: 89b48463b25e99862e1c4eb23b6c9b0f582857714753e368b361aac7fd0b4f0b
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt30
2 files changed, 31 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index ec635144f..f599e28b8 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-9
+10
diff --git a/changelog.txt b/changelog.txt
index 1db1b0494..7aaf86e02 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,33 @@
+2018-08-30 - 2.0.3.10_canary_2018-08-30
+==========
+* Updated the help text for no certificates found, thanks @jonmikeiv
+* Fixed logging details, thanks @mnaiman
+* Fixed error messages on repair, thanks @mnaiman
+* Refactored the FTP backend, thanks @verhoek
+* Rewrote the lock on database queries to be simpler and less CPU intensive
+* Removed some logging details in core performance areas (can be re-enabled with `--profile-all-database-queries`)
+* Removed automatic attempts to rebuild `dblock` files as it is slow and rarely finds all the missing pieces (can be enabled with `--rebuild-missing-dblock-files`).
+* Fixed the version number on MacOS builds
+* Updated the signing certificate for executables and Windows installers
+* Added a hostname check for the webserver
+* Fixed an issue where the number of remaining files would be negative
+* Updated localization files
+* Now emits a warning if the option is missing a suffix on sizes (b, kb, mb, gb, tb)
+* Added partially translated Romanian, Swedish, Thai, Hungarian, Slovakian, Catalan, Japanese, Bengali, and Korean to langauges
+* Fixed a number of issues with `--check-filetime-only`
+* Removed the `--store-metadata` option
+* Rewrote the query that fetches the previous information for a file or folder. Set the environment variable `TEST_QUERY_VERSION=1` to revert to the old version for speed comparison, or `TEST_QUERY_VERSION=2` for an alternate version.
+* Improved UI status messages, thanks @lucascosti
+* Failing to add a file will now give a warning instead of stopping the backup
+* Removed a hot-item cache for VSS
+* Added option `--disable-filelist-consistency-checks` to allow speeding up large backups
+* Now ignoring `ENODATA` error message when reading metadata on Linux/BSD
+* Added additional support for exit codes in `--run-script-before` to allow stopping the backup or emitting a warning
+* Fixed an issue with Google Cloud Storage, thanks @warwickmm
+* Improved the B2 username field description, thanks @xfakt-pj
+* Removed some unused code, thanks @warwickmm
+* Improved source code documentation, thanks @mikaelmello
+
2018-06-30 - 2.0.3.9_canary_2018-06-30
==========
* Fixed an issue with dectection HyperV, thanks @mnaiman