Opened 7 months ago

Closed 7 months ago

#21844 closed enhancement (fixed)

wayland-1.24.0

Reported by: Bruce Dubbs Owned by: blfs-book
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

wayland 1.24.0 - 2025-07-06

This is the official release for Wayland 1.24.

Aside from the usual bug fixes and protocol clarifications, this new release includes:

  • A new wl_fixes interface to add a request to destroy a wl_registry object.
  • A new wl_keyboard.key repeated state, to allow compositors to take over the responsibility of repeating keys, which is useful for remote desktop.
  • wl_display_dispatch_queue_timeout() and wl_display_dispatch_timeout(), to set a timeout when dispatching events.
  • wl_shm_buffer_ref() and wl_shm_buffer_unref(), to access wl_shm_buffer underlying storage after the protocol object has been destroyed (e.g. when a client is shutting down).
  • wl_proxy_get_interface() and wl_resource_get_interface(), to fetch the wl_interface of an object.
  • wl_resource_post_error_vargs(), as an alternative to wl_resource_post_error() when the compositor already has a va_list.

Change History (1)

comment:1 by Bruce Dubbs, 7 months ago

Resolution: fixed
Status: newclosed

Fixed at commit 994712ebaf.

Note: See TracTickets for help on using tickets.