summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-19 16:01:13 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-20 15:34:03 -0700
commit693207cab883cdfea8277ce0afb0dd0ffcc9089b (patch)
tree86670d5cc412af3af4f9fc0ba2b8f4a98d0577a1
parent89e0a3051a704f0b5f2bc2cd1ca276f45ba061b4 (diff)
downloadmeta-openembedded-693207cab883cdfea8277ce0afb0dd0ffcc9089b.tar.gz
remmina: upgrade 1.4.31 -> 1.4.32
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.4.32.bb (renamed from meta-oe/recipes-support/remmina/remmina_1.4.31.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.31.bb b/meta-oe/recipes-support/remmina/remmina_1.4.32.bb
index 56ad32ce3..74c68a59d 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 = " \
25DEPENDS:append:libc-musl = " libexecinfo" 25DEPENDS:append:libc-musl = " libexecinfo"
26LDFLAGS:append:libc-musl = " -lexecinfo" 26LDFLAGS:append:libc-musl = " -lexecinfo"
27 27
28SRCREV = "7407cc3a27eb25ba4ddddeab565f67fd688324ed" 28SRCREV = "4804f68f23045a38c3a7be46810fce14bac2fc3c"
29SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" 29SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31