--
v3: widl: Write the guid stream.
widl: Write the blob stream.
widl: Write the user string stream.
widl: Write the string stream.
widl: Initial support for generating Windows Runtime metadata.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8037
--
v2: wineandroid: Use the EGL functions loaded from win32u.
winewayland: Use the EGL functions loaded from win32u.
win32u: Load EGL and expose functions in opengl_funcs.
win32u: Move the opengl_funcs tables out of the drivers.
win32u: Initialize opengl_funcs tables even on failure.
win32u: Pass opengl_funcs pointer to init_wgl_extensions.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8103
--
v6: libs/ldap: Add support for missing ISC_RET_CONFIDENTIALITY in the server response.
libs/ldap: sasl_encode()/sasl_decode() should treat encrypted buffer as data + token for Kerberos.
libs/ldap: When initializing security context ask for mutual authentication.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8020
XWayland changes _NET_ACTIVE_WINDOW to None when focus switches to a
Wayland window. This makes sure app window is deactivated in that case
too and not just when focus changes to another X11 window.
_NET_ACTIVE_WINDOW also changes None when alt-tab is initiated, but
there's no easy way to tell the difference, so this will also trigger
a focus loss as soon as alt-tab is initiated, while we were previously
waiting for it to actually complete to make changes.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8108