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 <antenore@simbiosi.org>2019-12-23 01:35:30 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-12-23 01:35:30 +0300
commit0606fee3f396e28d18dedf202fedcb064ce27ee6 (patch)
tree842dd088f745917902fcd29f54fcc21ab9c9dd9d
parent9ab71c2463a7f18acec3e5aeb503fc472e6ea165 (diff)
parent797105469df6ea4487b68ea8437498ef1a32f39f (diff)
Merge branch 'v1.3.9' into 'master'v1.3.9
v1.3.9 bug fixing release See merge request Remmina/Remmina!1986
-rw-r--r--CHANGELOG.md15
-rw-r--r--CMakeLists.txt2
2 files changed, 11 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb635d6a8..e4d10b104 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
+## v1.3.9
+[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.8...v1.3.9)
+
+* Grab and focus out woes [!1985](https://gitlab.com/Remmina/Remmina/merge_requests/1985) *@giox069*
+
## v1.3.8
-[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.7...v.1.3.8)
+[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.7...v1.3.8)
* Avoid clearing username/domain when saving RDP password [!1981](https://gitlab.com/Remmina/Remmina/merge_requests/1981) *@giox069*
* Make Remmina news dialog modal to the main window [!1982](https://gitlab.com/Remmina/Remmina/merge_requests/1982) *@antenore*
@@ -23,7 +28,7 @@
* Adding default application symbolic icons [!1980](https://gitlab.com/Remmina/Remmina/merge_requests/1980) *@antenore*
## v1.3.7
-[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.6...v.1.3.7)
+[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.6...v1.3.7)
* Better authentication MessagePanel API [!1937](https://gitlab.com/Remmina/Remmina/merge_requests/1937) *@giox069*
* Adding hidden proxy/socks settings for the RDP plugin [!1927](https://gitlab.com/Remmina/Remmina/merge_requests/1927) *@antenore*
@@ -111,7 +116,7 @@
## v1.3.6
-[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.5...v.1.3.6)
+[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.5...v1.3.6)
* Fix fullscreen switching [!1895](https://gitlab.com/Remmina/Remmina/merge_requests/1895) *@ToolsDevler*
* Fullscreen fixes [!1897](https://gitlab.com/Remmina/Remmina/merge_requests/1897) *@giox069*
@@ -127,7 +132,7 @@
* Remove G+ from documents [!1888](https://gitlab.com/Remmina/Remmina/merge_requests/1888) *@Cypresslin*
## v1.3.5
-[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.4...v.1.3.5)
+[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.4...v1.3.5)
**ATTENTION** New dependencies.
@@ -195,7 +200,7 @@
* Refactoring - warnings cleanup [!1877](https://gitlab.com/Remmina/Remmina/merge_requests/1877) *@antenore*
## v1.3.4
-[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.3...v.1.3.4)
+[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.3...v1.3.4)
* Updated to use core18 and gnome-3-28-1804 [!1797](https://gitlab.com/Remmina/Remmina/merge_requests/1797) *@kenvandine*
* Snap: Build snap in CI and publish to the edge channel for builds against master [!1810](https://gitlab.com/Remmina/Remmina/merge_requests/1810) *@kenvandine*
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 61cdad3af..73d9b4cbf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -212,7 +212,7 @@ endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "3")
-set(REMMINA_VERSION_REVISION "8")
+set(REMMINA_VERSION_REVISION "9")
#set(REMMINA_VERSION_SUFFIX "1")
#set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")