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>2018-08-24 16:40:04 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-08-24 16:40:04 +0300
commit65d552c9becc957cae124ab5c26562cf22c052b9 (patch)
tree92e522128825743233b6a2de71f6a57a6fde5db7
parentd43c8135252a9f19ba06f9f3e3481c465c350f88 (diff)
parent3705d111d85834e4296a56bfc496881af7f40500 (diff)
Merge branch 'rel_v1.2.31.4'v1.2.31.4
-rw-r--r--CHANGELOG.md18
-rw-r--r--CMakeLists.txt2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0c74e178..74894fa8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## [v1.2.31.4](https://gitlab.com/Remmina/Remmina/tags/v1.2.31.4) (2018-08-24)
+
+This is a bug fixing release.
+
+**Fixed bugs:**
+
+- Fix KB grabbing when switching workspace.
+- Fix some possible crashes when reading a remminafile.
+- Fixes a crash deleting XDMCP profile.
+- Fixing libssh deprecations.
+
+**Implemented enhancements:**
+
+- Improving file type hadling.
+- flatpak: update libssh from 0.7.5 to 0.8.1
+- flatpak: update freerdp from 2.0.0-rc2 to 2.0.0-rc3
+- Snap: update to libssh 0.8.0.
+
## [v1.2.31.3](https://gitlab.com/Remmina/Remmina/tags/v1.2.31.3) (2018-08-14)
This is a bug fixing release.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2731817dc..89f5a2864 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -99,7 +99,7 @@ set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "2")
set(REMMINA_VERSION_REVISION "31")
-set(REMMINA_VERSION_SUFFIX "3")
+set(REMMINA_VERSION_SUFFIX "4")
#set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}")