File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v1.2.0-rcgit.29] ( https://github.com/FreeRDP/Remmina/tree/v1.2.0-rcgit.29 ) (2018-04-08)
4+ [ Full Changelog] ( https://github.com/FreeRDP/Remmina/compare/v1.2.0-rcgit.28...v1.2.0-rcgit.29 )
5+
6+ ** Merged pull requests:**
7+
8+ - Update Czech translation [ \# 1555] ( https://github.com/FreeRDP/Remmina/pull/1555 ) ([ AsciiWolf] ( https://github.com/AsciiWolf ) )
9+ - Switch back to x11 GTK backend under Wayland [ \# 1554] ( https://github.com/FreeRDP/Remmina/pull/1554 ) ([ giox069] ( https://github.com/giox069 ) )
10+ - TCP\_ USER\_ TIMEOUT is in milliseconds [ \# 1553] ( https://github.com/FreeRDP/Remmina/pull/1553 ) ([ antenore] ( https://github.com/antenore ) )
11+ - Disable VNCI plugin [ \# 1550] ( https://github.com/FreeRDP/Remmina/pull/1550 ) ([ giox069] ( https://github.com/giox069 ) )
12+ - Fix typo [ \# 1549] ( https://github.com/FreeRDP/Remmina/pull/1549 ) ([ mfvescovi] ( https://github.com/mfvescovi ) )
13+ - Missing secret plugin handling [ \# 1548] ( https://github.com/FreeRDP/Remmina/pull/1548 ) ([ giox069] ( https://github.com/giox069 ) )
14+ - Fixes for rcgit-28 [ \# 1547] ( https://github.com/FreeRDP/Remmina/pull/1547 ) ([ antenore] ( https://github.com/antenore ) )
15+
316## [ v1.2.0-rcgit.28] ( https://github.com/FreeRDP/Remmina/tree/v1.2.0-rcgit.28 ) (2018-04-03)
417[ Full Changelog] ( https://github.com/FreeRDP/Remmina/compare/v1.2.0-rcgit.27...v1.2.0-rcgit.28 )
518
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ set(WITH_LIBRARY_VERSIONING "ON")
108108set (REMMINA_VERSION_MAJOR "1" )
109109set (REMMINA_VERSION_MINOR "2" )
110110set (REMMINA_VERSION_REVISION "0" )
111- set (REMMINA_VERSION_SUFFIX "rcgit-28 " )
111+ set (REMMINA_VERSION_SUFFIX "rcgit-29 " )
112112set (REMMINA_VERSION "${REMMINA_VERSION_MAJOR} .${REMMINA_VERSION_MINOR} .${REMMINA_VERSION_REVISION} " )
113113if (NOT ${REMMINA_VERSION_SUFFIX} STREQUAL "" )
114114 set (REMMINA_VERSION "${REMMINA_VERSION} -${REMMINA_VERSION_SUFFIX} " )
You can’t perform that action at this time.
0 commit comments