Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/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 /CHANGELOG.md
parent281aa7f47f5369c1428e0d68228959bd0ca2b9e3 (diff)
Preparing for release v1.2.32.1v1.2.32.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 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