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-11-18 23:01:59 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-11-18 23:01:59 +0300
commit7363d33360d285b4380a869d5f381d31758147d0 (patch)
tree89effe32aabab1dfca338f10672f0859f3919317
parent2c340c5c916c9f2244de82fc9405bf63f18fd0c2 (diff)
Version bump to v2.0.0.91-2.0.0.91_preview_2015-11-18v2.0.0.91-2.0.0.91_preview_2015-11-18
You can download this build from: http://updates.duplicati.com/preview/duplicati-2.0.0.91_preview_2015-11-18.zip
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt16
2 files changed, 17 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index d61f00d8c..7fe4e495f 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-90
+91
diff --git a/changelog.txt b/changelog.txt
index 1745e108a..c97113f17 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,19 @@
+2015-11-18
+==========
+* Improved CLI output when there are no results
+* Fixed a filtering issue with case-sensitive systems
+* Improved restore by guessing the encryption and compression modules based on their filenames
+* Improved robustness by checking if a file really exists when the server returns 404
+* Fixed an issue where a deleted file would be repeatedly attempted verified
+* Improvements to various CLI inputs
+* Added a fix for a bug where pausing the server would keep it paused
+* Bugfixes for the REST API
+* Added some indexes to speed up the restore process
+* Fixed a bug where backing up a folder and a subfolder would lead to all files being excluded
+* Fixed an issue with compacting that would cause the database to require a repair if the compacting was interrupted
+* Added mentions of the mozroots utility on Linux in various places
+* Added the storage-class option to S3
+
2015-09-15
==========
* Improved use of non-default --oauth-url