diff mbox series

[meta-oe] remmina: upgrade 1.4.29 -> 1.4.30

Message ID 1681717665-19231-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] remmina: upgrade 1.4.29 -> 1.4.30 | expand

Commit Message

Mingyu Wang (Fujitsu) April 17, 2023, 7:47 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
    Update snap build to use freerdp 2.9.0
    Add text mime type formats to RDP clibpoard
    Ensure timer is null after destruction
    Ability to view passwords in the clear using a toggle in the password field
    Made icons viewable in lower resulution.
    Improve mime file
    [REM-2809] Appearance preferences now refresh in the main window when the user...
    This should be a message instead of a info print. So that the user can see it by default.
    remmina_rdp_monitor_get(): fix maxw, maxh and monitorids calculation
    Fix undefined symbol error when importing gi in a python extension
    make it build on macOS
    Fix autostart file flatpak exec command
    [REM-1987] allow for dynamic resolution updates for vnc connections
    Fix overlapping text in preferences menu, terminal tab
    Allow could not authenticate banner to go away after successful reauthentication
    Add environments for easy manual testing

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

Patch

diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.29.bb b/meta-oe/recipes-support/remmina/remmina_1.4.30.bb
similarity index 96%
rename from meta-oe/recipes-support/remmina/remmina_1.4.29.bb
rename to meta-oe/recipes-support/remmina/remmina_1.4.30.bb
index a92a3b278..c22eaf1d3 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.29.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.30.bb
@@ -25,7 +25,7 @@  DEPENDS = " \
 DEPENDS:append:libc-musl = " libexecinfo"
 LDFLAGS:append:libc-musl = " -lexecinfo"
 
-SRCREV = "fb19eb5f11f206ffb442a9e0c519cb0f2cb3fd8b"
+SRCREV = "61ea9b6681104cadf0a3f8c25bd3e5685ee6691a"
 SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master"
 S = "${WORKDIR}/git"