Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2014-10-09 17:02:40 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-10-09 17:02:40 +0400
commit4902271b19bf79cb7a4bb627d5a85b13f972c20c (patch)
tree24931d51951ce0b7f77a292bc246369c899e21fc
parentb881b6db4e86bc71627986ee0b7cea79a6640ef1 (diff)
Updated Changelog for 1.6.4
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 488649cd9..c63584381 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
ChangeLog
=========
+
+version 1.6.4 (release 2014-10-xx)
+ * Fix startup logic, fixes bug #1989
+ * Fix raise dialog on X11
+ * Win32: fix overflow when computing the size of file > 4GiB
+ * Use a fixed function to get files modification time, the
+ original one was broken for certain timezone issues, see
+ core bug #9781 for details
+ * Added some missing copyright headers
+ * Avoid data corruption due to wrong error handling, bug #2280
+ * Do improved request timeout handling to reduce the number of
+ timed out jobs, bug #2155
+
version 1.6.3 (release 2014-09-03)
* Fixed updater on OS X
* Fixed memory leak in SSL button that could lead to quick memory draining