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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-05-10 13:37:54 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-05-10 13:37:54 +0300
commitc3a1fce46d39be6f1f94a49e98f7b61a03631917 (patch)
tree4523a4f0e79846f2594c1d1398f026bbd810306c /CMakeLists.txt
parent1cd49dc3d74400ca372f04e0835eb175a2db30d4 (diff)
Release v1.4.14
* \[VNC\] - Ignore remote Bell option and other fixes [!2237 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2237) *@antenore* * Fixing color palette size for themed SSH [!2253 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2253) *@antenore* * Bump FreeRDP version to 2.3.2 [!2226 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2226) *@antenore* * Fixes search bar shortcuts wrong bahavior [!2227 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2227) *@antenore* * Honour theme settings when run from command line [!2251 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2251) *@antenore* * FTP UI improvements [!2228 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2228) *@antenore* * Experimental VNC plugin using GTK-VNC [!2248 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2248) *@antenore* * Config SSH tunnel username takes precedence. [!2231 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2231) *@matir* * Allow groups to be expanded and collapsed by using the keyboard [!2232 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2232) *@xsmile* * Fixing VNC repeater logic. [!2243 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2243) *@antenore* * Send text clipboard content as keystrokes [!2238 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2238) *@antenore* * scrolled viewport: explicitly recheck whether the timeout is active [!2233 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2233) *@cth451* * Resolve Host+Page_Down triggers search text in SSH [!2240 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2240) *@antenore* * UNIX sockets initial support [!2250 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2250) *@antenore* * Fixed wrong freerdp_settings function use [!2234 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2234) *@akallabeth* * Fixing RemminaConnectionWindow map/unmap events [!2245 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2245) *@antenore* * Spelling: Comma-separated, List monitor IDs [!2235 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2235) *@kingu* * Set Remmina specific FreeRDP config data folder [!2236 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2236) *@antenore* * Optional port connection instead of server [!2239 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2239) *@kingu* * Resolve "Use LZO compression for Snap to improve startup speed" [!2241 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2241) *@antenore* * Make wayland not mandatory during compile time [!2246 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2246) *@antenore* * Do not use alpha as it is not used for the Desktop [!2247 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2247) *@antenore* * Refactoring: Deprecations and warnings [!2249 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2249) *@antenore* * Removing unneeded widgets in the headerbar [!2252 (merged)](https://gitlab.com/Remmina/Remmina/merge_requests/2252) *@antenore*
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e02d4be53..d468d08ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -276,7 +276,7 @@ endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "4")
-set(REMMINA_VERSION_REVISION "13")
+set(REMMINA_VERSION_REVISION "14")
# set(REMMINA_VERSION_SUFFIX "1") set(REMMINA_VERSION
# "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}")
set(REMMINA_VERSION