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-02-01 01:06:03 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-02-01 01:06:03 +0300
commitb0114e06a54d7cc4112fb39a3a219a498a56451b (patch)
tree2a9b8a9a3dc50ae86a11d4fd3477cfef423c24b6
parent5a4c8e6d89570f35f8330a512f6aa85d92e11fe1 (diff)
parente928d3342715609b307787fb831da1c11a13ce4c (diff)
Merge branch 'prep-rel-1.3.2' into 'master'v1.3.2
Preparing for release v1.3.2 See merge request Remmina/Remmina!1783
-rw-r--r--CHANGELOG.md14
-rw-r--r--CMakeLists.txt2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66b7addc0..8d2cf3dd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
Current Remmina changelog, see CHANGELOG.archive.md for old releases.
+## [v1.3.2](https://gitlab.com/Remmina/Remmina/tags/v1.3.2) (2019-01-31)
+
+- Change rcw size allocation wait algorithm, see issue #1809 (by Giovanni Panozzo)
+- Fix a couple of VNCI crashes, see issue #1821 (by Giovanni Panozzo)
+- Fix spice authentication, issue #1820 (by Giovanni Panozzo)
+- Update translations script fixes (by Antenore Gatta)
+- Add a missing end point in an SSH error message (by Davy Defaud)
+- Complete the French translation (by Davy Defaud)
+- New strings for it.po (by Giovanni Panozzo)
+- Remmina Translations Statistics (by Antenore Gatta)
+- Remmina Translation Report (by Antenore Gatta)
+- Cosmetics fixes: (by Antenore Gatta & Davy Defaud)
+- Development Documentation fixes (by Antenore Gatta)
+
## [v1.3.1](https://gitlab.com/Remmina/Remmina/tags/v1.3.1) (2019-01-28)
### Bug Fixing release
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bfdacb563..6ce1abb24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,7 +211,7 @@ endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "3")
-set(REMMINA_VERSION_REVISION "1")
+set(REMMINA_VERSION_REVISION "2")
#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}")