From d232c923e9641eb445c474f28d5bd07b151068eb Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Thu, 30 Aug 2018 11:59:21 +0200 Subject: Version bump to v2.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 --- Updates/build_version.txt | 2 +- changelog.txt | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3