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-11-14 23:16:45 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-11-14 23:16:45 +0300
commit719a0016c2b80a904c27efc3ff40c7155119bc9b (patch)
tree4ee03fa1ffb1ec6008a7705b13f8ba1c967e695e
parent281aa7f47f5369c1428e0d68228959bd0ca2b9e3 (diff)
Preparing for release v1.2.32.1v1.2.32.1
-rw-r--r--CHANGELOG.md17
-rw-r--r--CMakeLists.txt6
2 files changed, 20 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82f824b7e..49f3be42b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [v1.2.32.1](https://gitlab.com/Remmina/Remmina/tags/v1.2.32.1) (2018-11-14)
+
+- Add desktop-gnome-platform and fix themes in SNAP, fixes issue #1730 and fixes missing SNAP localization (Giovanni Panozzo)
+- Fix SNAP icon (Giovanni Panozzo)
+- flatpak: update libssh from 0.8.2 to 0.8.3 (Denis Ollier)
+- flatpak: update libssh from 0.8.3 to 0.8.4 (Denis Ollier)
+- flatpak: update libssh from 0.8.4 to 0.8.5 (Denis Ollier)
+- flatpak: update lz4 from 1.8.2 to 1.8.3 (Denis Ollier)
+- flatpak: update pyparsing from 2.2.0 to 2.2.1 (Denis Ollier)
+- flatpak: update pyparsing from 2.2.1 to 2.2.2 (Denis Ollier)
+- flatpak: update pyparsing from 2.2.2 to 2.3.0 (Denis Ollier)
+- Implement smartcard name setting. Should fix #1737 (Antenore Gatta)
+- man+help: elaborate on file types of -connect and -edit cmd line options (Mikkel Kirkgaard Nielsen)
+- RDP: add FREERDP_ERROR_SERVER_DENIED_CONNECTION message (Giovanni Panozzo)
+- Removing X11Forwarding code as it is wrong and causing issues (Antenore Gatta)
+- Update fix tr.po (Serdar Sağlam)
+
## [v1.2.32](https://gitlab.com/Remmina/Remmina/tags/v1.2.32) (2018-10-06)
- Avoid to save last_success property if stats are not enabled. @antenore
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78e35a68c..edc51f767 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,9 +211,9 @@ set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "2")
set(REMMINA_VERSION_REVISION "32")
-#set(REMMINA_VERSION_SUFFIX "4")
-#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}")
+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}")
message(STATUS "Remmina version: ${REMMINA_VERSION}")