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>2015-06-22 09:44:13 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-06-22 09:44:29 +0300
commit01efba99afc13095db98359d7125f4e7e9dd11af (patch)
tree6d82dff859488734f15a1ded29f475ea8f3e6f5c
parent6e469662d3ad85badaaeab4442ecfb7cea6baf0b (diff)
Bump to 1.8.3rc3, update ChangeLogv1.8.3-rc3
-rw-r--r--ChangeLog2
-rw-r--r--VERSION.cmake2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a263b485d..0c45abf5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ ChangeLog
version 1.8.3 (release 2015-06-??)
* Fix a bug in the Windows Installer that could crash explorer (#3320)
* Reduce 'Connection closed' errors (#3318, #3313, #3298)
+ * Ignores: Force a remote discovery after ignore list change (#3172)
+ * Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
ChangeLog
=========
diff --git a/VERSION.cmake b/VERSION.cmake
index 9818ca2aa..6aed4ab2e 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 "rc2") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "rc3") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )