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:
-rw-r--r--Updates/build_version.txt2
-rw-r--r--changelog.txt12
2 files changed, 13 insertions, 1 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index b1bd38b62..8351c1939 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-13
+14
diff --git a/changelog.txt b/changelog.txt
index ff89e1030..94e628c29 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,15 @@
+2016-04-21
+==========
+* Added a new TrayIcon runner for OSX, so it now works on 64bit mono
+* Fixed some error messages
+* Updated App icon on Windows
+* Added a Windows service
+* Fixed an issue with IE caching data in the UI
+* Fixed an issue with restoring from multi-drive backups in Windows
+* Fixed an issue with spaces in the path on B2 backend
+* Changed how the autoupdater attempts to find a folder for storing updates
+* Updated NGAX, thanks AlexFRAN
+
2016-04-10
==========
* Added a new FTP backend, thanks @mylemans