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:
authorDaniel Molkentin <danimo@owncloud.com>2014-03-10 13:15:50 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-03-10 13:15:50 +0400
commit2656cc70d113805f50b179ba07c049a540a47ad7 (patch)
tree6b17ef59831fe0fd778209585e44d5aa6ffebc71
parent8bf2c54b56ef0613d46cbf8372d9bb0977889afd (diff)
1.5.3 final
-rw-r--r--ChangeLog18
-rw-r--r--VERSION.cmake2
2 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e11aee6b..a48f91719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,20 @@
ChangeLog
=========
-version 1.5.2 (release 2014-02-26 )
+version 1.5.3 (release 2014-03-10 )
+ * Fix usage of proxies after first sync run (#1502, #1524, #1459, #1521)
+ * Do not wipe the credentials from config for reconnect (#1499, #1503)
+ * Do not erase the full account config if an old version of the client stored
+ the password (related to above)
+ * Fix layout of the network tab (fixes #1491)
+ * Handle authentication requests by a Shibboleth IdP
+ * Shibboleth: If no connection is available, don't open the login window
+ * [Packaging] Debian/Ubuntu: ship sync-exclude.lst
+ * [Packaging] Fix issues with access to gnome keychain in Fedora and RHEL6
+ * [Packaging] Ensure all sub packages get updated
+ * [Packaging] Fix incorrect path in desktop file (RHEL6/CentOS6)
+version 1.5.2 (release 2014-02-26 )
* Fix behavior when attempting to rename Shared folder
* Fix potential endless sync loops on Mac OS (#1463)
* Fix potential crash when pausing during update phase (#1442)
@@ -20,9 +32,6 @@ version 1.5.2 (release 2014-02-26 )
* Shibboleth: Avoid auth on restart by storing cookies in the wallet
* Fix license headers
-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)
@@ -90,7 +99,6 @@ version 1.5.0 (release 2013-12-12 ), csync 0.91.4 required
* Windows: Fix move file operation
version 1.4.2 (release 2013-10-18 ), csync 0.90.4 required
-
* Do not show the warning icon in the tray (#944)
* Fix manual proxy support when switching (#1016)
* Add folder column to detailed sync protocol (#1037)
diff --git a/VERSION.cmake b/VERSION.cmake
index 191ce98a3..f25e898e3 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 3 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX rc1) #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX ) #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )