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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-10-28 17:03:10 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-10-28 17:03:10 +0300
commit1f2a882b19e29b863d7ce0c2a250582ca7614614 (patch)
tree67d1a21d31635e3ec100afb8bfbc75cc70e79c30
parent79ff417f469dc30c9cb230cea1116433c175eb51 (diff)
v2.9.2-rc2v2.9.2-rc2
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION.cmake2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 777209bb5..425d6a746 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Summary
-------
* Bugfix - Disable vfs option is ignored: [#9159](https://github.com/owncloud/client/issues/9159)
+* Enhancement - Add branding option to disable icons in the file explorer: [#9167](https://github.com/owncloud/client/issues/9167)
Details
-------
@@ -20,6 +21,13 @@ Details
https://github.com/owncloud/client/issues/9159
https://github.com/owncloud/enterprise/issues/4820
+* Enhancement - Add branding option to disable icons in the file explorer: [#9167](https://github.com/owncloud/client/issues/9167)
+
+ We implemented a branding parameter to disable the display of icons in the file explorer
+ context menu, this only affects Windows and Linux.
+
+ https://github.com/owncloud/client/issues/9167
+
Changelog for ownCloud Desktop Client [2.9.1] (2021-10-13)
=======================================
The following sections list the changes in ownCloud Desktop Client 2.9.1 relevant to
diff --git a/VERSION.cmake b/VERSION.cmake
index 4ffc02631..68216e3fd 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2021 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "rc1") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "rc2") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )