diff mbox series

[meta-oe] remmina: upgrade 1.4.31 -> 1.4.32

Message ID 1695110473-8479-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] remmina: upgrade 1.4.31 -> 1.4.32 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 19, 2023, 8:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* [REM2916] Added option to kill async process started by exec plugin on tab close
* Fix search bar toggle behavior
* Fix memory leaks
* [REM-2920] Password visibility can now be toggled on remmina_message_panels
* Remove SSH file paths from remmina file when unchecking box in profile edit
* Solved issue #2910 - Added support for IPv6 with fallback to IPv4 for ssh
* Fix UI bugs in Remmina Preferences set new password
* Fix memory leaks and change GTK critical errors to remmina warnings for null icon autostart file
* [REM-2926] Added ability to set a fixed aspect ratio for vnc connections when...
* Fix snap crash
* [REM-2936] Fix crash related to unmap events
* [REM-2938] Improved ordering of tray icon menu items
* Fix memory leaks in remmina_plugin_manager_init with g_free and g_ptr_array_free
* Remote assistance
* Spelling: Various strings for assistance mode
* Fix some compiler warnings
* Ability to SPICE connect to unix domain socket
* update multi monitor icon
* Save toggle options when duplicating connection
* Rem 2954
* New feature: Allow user to specify use of modifiers when changing key preferences
* [REM-2914] Alert user of unexpected disconnect instead of immediately closing the connection window
* Fix Remmina not using '@REMMINA_BINARY_PATH@'
* Highlight top bar when 'Grab all keyboard events' is enabled
* Snapcraft: Allow remmina preferences file to point to symlinked 'current' directory
* [REM-2850] Add ability to automatically move mouse to keep RDP connections alive
* Allow user to set REMMINA_GIT_REVISION
* Remove unnecessary parameters from remmina_public_get_server_port_wrapper
* Fix freeze that occurs when loading in python modules properly
* [REM-1923] Fix handling of pause break key for RDP connections
* [REM-2971] When quiting Remmina from the system tray the are you sure prompt now functions properly

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../remmina/{remmina_1.4.31.bb => remmina_1.4.32.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/remmina/{remmina_1.4.31.bb => remmina_1.4.32.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.31.bb b/meta-oe/recipes-support/remmina/remmina_1.4.32.bb
similarity index 96%
rename from meta-oe/recipes-support/remmina/remmina_1.4.31.bb
rename to meta-oe/recipes-support/remmina/remmina_1.4.32.bb
index 56ad32ce37..74c68a59d8 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.31.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.32.bb
@@ -25,7 +25,7 @@  DEPENDS = " \
 DEPENDS:append:libc-musl = " libexecinfo"
 LDFLAGS:append:libc-musl = " -lexecinfo"
 
-SRCREV = "7407cc3a27eb25ba4ddddeab565f67fd688324ed"
+SRCREV = "4804f68f23045a38c3a7be46810fce14bac2fc3c"
 SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
 S = "${WORKDIR}/git"