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>2015-03-07 14:55:12 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-03-07 14:55:12 +0300
commit61a959ab89628c3bc37e01367d37d1c65ac0a583 (patch)
tree642bcf817946ed2bec2f1a93a5e7ae8c2f2491a9
parent80378ae1cc8c5ae8328c49e310954e3c7e85e4df (diff)
Version bump to v2.0.0.85-2.0.0.85_preview_2015-03-07v2.0.0.85-2.0.0.85_preview_2015-03-07
You can download this build from: http://updates.duplicati.com/preview/duplicati-2.0.0.85_preview_2015-03-07.zip
-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 871727de1..a862eb844 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-84
+85
diff --git a/changelog.txt b/changelog.txt
index d78f70d31..44a037ea3 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,17 @@
+2015-03-07
+==========
+* Fixed an issue with file-length not being set correctly when restoring into an existing file
+* Fixed an issue where metadata was attempted applied before the file was created
+* Fixed an issue where repair failed
+* Now suppressing error messages about extended attributes not being supported on Linux
+* Fixed reading metadata for long paths on Windows
+* Fixed an issue where the Zip compression did not honor the compressed extensions exclusion list
+* Updated 7z to support the --7z-compression-level option
+* Fixed some issues where options and filters were displayed incorrectly in IE and Firefox
+* Fixed an issue where filters were not exported to the commandline
+* Added paging to OneDrive file-lists so large OneDrive folders can now be listed
+* Fixed an issue with constant reloading due to a missing XSRF token
+
2015-02-26
==========
* Added XSRF protection