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:
authorKlaas Freitag <freitag@owncloud.com>2015-08-24 15:23:32 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-08-24 15:23:54 +0300
commit2ad57ee8ab534945617ff94535e8bbf6f3840ee0 (patch)
tree1fb42447914295b8ff6a5bd31ffdf9b5d566b801
parent6c5328e4cacc9aa8fbc6f96b5781266a84a1cbdc (diff)
Bump version to 2.0.0 final, some Changlog addingsv2.0.0
-rw-r--r--ChangeLog3
-rw-r--r--VERSION.cmake2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f8f18830..0aa76d6cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
ChangeLog
=========
-version 2.0.0 (release 2015-08-??)
+version 2.0.0 (release 2015-08-25)
* Add support for multiple accounts (#3084)
* Do not sync down new big folders from server without users consent (#3148)
* Integrate Selective Sync into the default UI
@@ -25,6 +25,7 @@ version 2.0.0 (release 2015-08-??)
* Several fixes and performance improvements in the sync engine
* Network: Try to use SSL session tickets/identifiers. Check the SSL button to see if they are used.
* Bandwidth Throttling: Provide automatic limit setting for downloads (#3084)
+ * Systray: Workaround for issue with Qt 5.5.0 #3656
version 1.8.4 (release 2015-07-13)
* Release to ship a security release of openSSL. No source changes of the ownCloud Client code.
diff --git a/VERSION.cmake b/VERSION.cmake
index 49cac6bb3..6adf9484c 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "rc2") #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 )