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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-02-13 21:02:52 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-02-13 21:02:52 +0400
commitd56c913fe49d03eadf7b6f7d1dbd54988806da8b (patch)
tree3367945c590cccc33ad55ac15451c24c6968cd95
parent3234e48cd0486c4f35dc0fc22112ffdb99d2e661 (diff)
v1.5.1 ChangeLogv1.5.1
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d3653c4f..539f02b17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,41 @@
ChangeLog
=========
+version 1.5.1 (release 2014-02-13 )
+ * Added an auto updater that updates the client if a
+ more recent version was found automatically (Windows, Mac OS X)
+ * Added a button to the account dialog that gives information
+ about the encryption layer used for communication, plus a
+ certificate information widget
+ * Preserve the permission settings of local files rather than
+ setting them to a default (Bug #820)
+ * Handle windows lnk files correctly (Bug #1307)
+ * Detect removes and renames in read only shares and
+ restore the gone away files. (Bug #1386)
+ * Fixes sign in/sign out and password dialog. (Bug #1353)
+ * Fixed error messages (Bug #1394)
+ * Lots of fixes for building with Qt5
+ * Changes to network limits are now also applied during a
+ sync run
+ * Fixed mem leak after via valgrind on Mac
+ * Imported the ocsync library into miralls repository.
+ Adopted all build systems and packaging to that.
+ * Introduce a new linux packaging scheme following the
+ debian upstream scheme
+ * Use a refactored Linux file system watcher based on
+ inotify, incl. unit tests
+ * Wizard: Gracefully fall back to HTTP if HTTPS connection
+ fails, issuing a warning
+ * Fixed translation misses in the propagator
+ * Fixes in proxy configuration
+ * Fixes in sync journal handling
+ * Fix the upload progress if the local source is still
+ changing when the upload begins.
+ * Add proxy support to owncloud commandline client
+ * NSIS fixes
+ * A lot of other fixes and minor improvements
+ * Improve Qt5 compatability
+
version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required
* New owncloud propagator that skips the vio abstraction layer
* Add owncloudcmd to replace the ocsync command line tool