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-06-17 23:10:58 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-06-17 23:10:58 +0300
commit215bb6c98bcce9fa9c47fcccfe9c9d7763d834f3 (patch)
tree49320e6abdd4a018065ddb65c65b1df1bf603f2d
parent662e6d2d5c1f21ecccb26268a57862c952da1691 (diff)
Version bump to v2.0.3.7-2.0.3.7_canary_2018-06-17v2.0.3.7-2.0.3.7_canary_2018-06-17
You can download this build from: Binaries: https://updates.duplicati.com/canary/duplicati-2.0.3.7_canary_2018-06-17.zip Signature file: https://updates.duplicati.com/canary/duplicati-2.0.3.7_canary_2018-06-17.zip.sig ASCII signature file: https://updates.duplicati.com/canary/duplicati-2.0.3.7_canary_2018-06-17.zip.sig.asc MD5: 8303242dab35bbc99abab6648363a3f5 SHA1: da198648c39489d9a395c8680c230e17165ab36d SHA256: 0b72440be31fa024965c4a71c0d39670ca6b6bc746c182bd871852bb1e819ae7
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt40
2 files changed, 41 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index 1e8b31496..7f8f011eb 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-6
+7
diff --git a/changelog.txt b/changelog.txt
index 49ec9476c..e13ac2a4c 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,43 @@
+2018-06-17 - 2.0.3.7_canary_2018-06-17
+==========
+* Added option to exclude empty folders
+* Added option to exclude folders based on the existence of a marker file
+* Changed the generation of index files to avoid pulling them from a database query
+* Fixed an issue that would create large index files
+* Improved the recreate logic to work if some files are missing, but the data exists in other files
+* Fixed spacing in the status bar UI, thanks @SanduRajapakse
+* Optimized unittests for serialization, thanks @warwickmm
+* Improved commandline parsing, thanks @verhoek
+* Added support for using the USN numbers for faster backups on NTFS drives, thanks @dgehri
+* Added Duplicati program version in status results, thanks @drwtsn32x
+* Added thread safe collections to the Synology auth handler, thanks @warwickmm
+* Improved code readability, thanks @warwickmm
+* Removed all calls to `Console.WriteLine` as it could lock up the console on Windows
+* Added Memset Cloud Storage to OpenStack providers, thanks @tnwhitwell
+* Refactored GoogleDrive backend, thanks @verhoek
+* Improved unittest scripts, thanks @verhoek
+* Optimized some string operations, thanks @warwickmm
+* Fixed a few issues with the commandline interface, thanks @verhoek
+* Updated built-in help for the new `--log-level` options, thanks @tygill
+* Code cleanup and standardization, thanks @warwickmm
+* Fixed issue on OneDrive (MSGraph) that would fail when trying to delete a missing file, thanks @tygill
+* Added additional help text for the dblock size picker UI
+* Added UI validation for B2 paths
+* No longer restoring metadata on symlinks by default, as that updated the targets
+* Fixed an issue with OAuth timeouts, thanks @tygill
+* Fixed an issue with overriding the temporary folder, thanks @verhoek
+* Fixed an issue with clearing callcontext settings, thanks @verhoek
+* Fixed an issue with shared buffers causing validation errors when running multiple index file generators
+* Improved the repair and broken file detection, thanks @tygill
+* Refactored the Google Cloud Storage backend, thanks @verhoek
+* Improved error message and handling for source folders with permission issues, thanks @verhoek
+* Fixed a problem with recreating symlinks on Windows, thanks @snamds
+* Improved handling of the console input/output, thanks @verhoek
+* Fixed a race in the webserver when decoding locale, thanks @verhoek
+* Added an option to disable automatic login from the tray icon
+* Fixed some incorrect status reports being generated during backup
+* Fixed an null-error in the box.com backend, thanks @warwickmm
+
2018-04-23 - 2.0.3.6_canary_2018-04-23
==========
This update adds concurrent processing for the backup. With this update, the backup will now use multiple cores to perform checking and compressing.