From 5a42ebf20d0ffd63c87b97e3bcc2cd6ab892815f Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Tue, 30 Mar 2021 10:42:13 +0200 Subject: Preparing for release 1.4.13 * Resolve "Can't build Remmina-v1.4.12 on openSUSE versions" [!2217](https://gitlab.com/Remmina/Remmina/merge_requests/2217) *@antenore* * Adding wayland include dirs [!2218](https://gitlab.com/Remmina/Remmina/merge_requests/2218) *@antenore* * Use freerdp_settings_get|set API [!2216](https://gitlab.com/Remmina/Remmina/merge_requests/2216) *@akallabeth* * Fixing Can't build Remmina-v1.4.12 on openSUSE versions / SPICE [!2219](https://gitlab.com/Remmina/Remmina/merge_requests/2219) *@antenore* * Fixed typo in reconnection attempt in the norwegian translation [!2221](https://gitlab.com/Remmina/Remmina/merge_requests/2221) *@ragnarstolsmark* * Change "The news are turned off" to the more grammatically correct "News is... [!2220](https://gitlab.com/Remmina/Remmina/merge_requests/2220) *@ncguk* * rdp: Allow autoreconnect for ERRINFO_GRAPHICS_SUBSYSTEM_FAILED [!2222](https://gitlab.com/Remmina/Remmina/merge_requests/2222) *@Fantu* * Disable cert file auth when libssh < 0.9.0 [!2223](https://gitlab.com/Remmina/Remmina/merge_requests/2223) *@antenore* * Removing redundant subtitle [!2224](https://gitlab.com/Remmina/Remmina/merge_requests/2224) *@antenore* * Removing redundant ssh_userauth_none [!2225](https://gitlab.com/Remmina/Remmina/merge_requests/2225) *@antenore* Signed-off-by: Antenore Gatta --- CHANGELOG.archive.md | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) (limited to 'CHANGELOG.archive.md') diff --git a/CHANGELOG.archive.md b/CHANGELOG.archive.md index 88131594c..d4d955304 100644 --- a/CHANGELOG.archive.md +++ b/CHANGELOG.archive.md @@ -2,6 +2,104 @@ See CHANGELOG.md for the current 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 +* GW auth data was saved in the server auth data. @antenore +* Do not register socket plugins when X11 is not available. @antenore +* Screenshot enhancements. @antenore +* RDP GW authentication. @antenore +* Adding global preference for search bar visibility. @antenore +* Allow wayland backend again when GTK >= 3.22.27. @giox069 +* tr.po @TeknoMobil +* Add option to honour https_proxy and http_proxy environment variable. @antenore +* Force program name to app id. @antenore +* Printing builds flags with remmina --full-version command option. @antenore +* New plugin Simple Terminal. @antenore +* Fix KB grabbing when switching workspace. @giox069 +* Dealing correcthly with some deprecations, getting rid of most of G_GNUC_BEGIN_IGNORE_DEPRECATIONS. @antenore +* Improving file type hadling. @antenore +* Adding error check on remmina_pref_save. @antenore +* Many bug fixing as usual. + +## [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. + +**Fixed bugs:** + +* Do not send stats if the remmina.pref file is read-only. +* cmake: include libssh_threads only when available. +* Set program class to REMMINA_APP_ID, fixes #1706. + +**Implemented enhancements:** + +* Implement send ctrl+alt+fn keys. Closes #1707. + +## [v1.2.31.1](https://gitlab.com/Remmina/Remmina/tags/v1.2.31.1) (2018-07-31) + +This is a bug fixing release. + +**Fixed bugs:** + +* Cannot minimize in fullscreen mode. +* Crash with the RDP plugin. +* Missing manual pages for Debian. + +**Closed issues:** + +* Minimize window doesn't minimize the window [\#1696](https://gitlab.com/Remmina/Remmina/issues/1696) +* Minimize window button is disable, after connecting to RDS [\#1700](https://gitlab.com/Remmina/Remmina/issues/1700) + +## [v1.2.31](https://gitlab.com/Remmina/Remmina/tags/v1.2.31) (2018-07-28) + +This is the first release on GitLab and we are still moving and adapting tools and +integrations, therefore this changelog is quite short than usually. + +Notables changes since the last release are: + +* Custom color schemes per profile for the SSH plugin (@denk_mal). +* Flatpak updates and fixes (@larchunix) +* Kiosk mode with integration in the login manager (@antenore). +* New Icons (@antenore and @larchunix). +* SFTP tool password fixes (@Feishi). +* Several fixes around RDP and compilations issues (@giox069 and @larchunix). + ## [v1.2.30.1](https://github.com/FreeRDP/Remmina/tree/v1.2.30.1) (2018-05-29) [Full Changelog](https://github.com/FreeRDP/Remmina/compare/v1.2.30...v1.2.30.1) -- cgit v1.2.3