Changelog for
wayland-protocols-devel-1.31-2.2.noarch.rpm :
* Tue Nov 29 2022 Fabian Vogt
- Update to version 1.31: + wp-fractional-scale-v1: new protocol + xdg-shell: add defunct_role_object error
* Wed Nov 23 2022 llyyr - Update to version 1.30:
* This release introduces the new tearing-control protocol
* Mon Nov 14 2022 Fusion Future - Update to version 1.29: + linux-dmabuf: fix references to tranche_formats + content-type: fix enum name in wp_content_type_v1.set_content_type- Changes from version 1.28: + xdg-shell: - Replace an HTTP link with HTTPS - window menus are optional - Add specific errors + Add xdg-shell.unresponsive error + xwayland_shell_v1: New protocol
* Mon Oct 10 2022 Bjørn Lie - Update to version 1.27: + This release includes two new staging protocols: - Content type hint: This protocol enables clients to provide hints to the compositor about what kind of content it provides, allowing compositors to optionally adapt its behavior accordingly. - Idle notify: This extension allows compositors to notify clients about when the user is idle. + Apart from these two new extensions, this release also brings the usual clarifications, cleanups and fixes.
* Sat Sep 17 2022 Christophe Giboudeaux - Explicitly require a python3 interpreter to build wayland-protocols. It\'s needed to build the tests.
* Tue Jul 12 2022 Bjørn Lie - Update to version 1.26: + This release introduces the new staging protocol single pixel buffer, which together with the viewporter extension enables clients to easily create arbitrarily sized single color surfaces. + Xdg-shell now also supports compositors announcing to surfaces some window management capabilities it supports. + The text input protocol saw a clarification to an easily misinterpreted paragraph, which if interpreted in a different way than the new clarification makes clear hindered correct behavior from being implemented. + This is also the first release which mandates new protocol extensions to follow RFC 2119 wording. + Apart from has so far been mentioned, this release also comes with the usual clarifications, improved annotations, and other minor fixes.
* Thu Feb 10 2022 Fusion Future - Update to 1.25
* This release also adds a new staging protocol for session locking, as well as a \'bounds\' event to the xdg_toplevel interface.
* ext-session-lock-v1: new protocol
* xdg-shell: add invalid_resize_edge error value
* xdg-shell: Add toplevel \"bounds\" configure event
* build: Bump version to 1.25
* xdg-shell: clarify conditions for remapping unmapped surfaces
* linux-dmabuf: fix typo in dev_t example code
* Wed Nov 24 2021 Christophe Giboudeaux - Update to 1.24
* This release adds feedback to the DMA buffer protocol
* tests: allow cross-compiling the tests
* tests: check whether -Wl,--unresolved-symbols=ignore-all is supported
* meson.build: wayland-scanner is only needed for tests
* Improve tiled_
* enum summary- Rebase wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch
* Thu Nov 04 2021 Yifan Jiang - Add wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch: Temporarily disable the unstable xdg-decoration pedantic test on ppc64 until the upstream issue is more clearly diagnosed: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/48
* Wed Oct 13 2021 Bjørn Lie - Run test-suite during build: + Add c_compiler and c++_compiler BuildRequires. + Stop passing tests=false to meson. + Add check section and meson_test macro.
* Wed Oct 06 2021 Fabian Vogt - Update to 1.23:
* This release adds the new gesture \"hold\" to the pointer gesture protocol.- Switch to building with meson- Based on work from home:ngh- Update description to fix grammar
* Wed Sep 01 2021 Christophe Giboudeaux - Update to 1.22 This release includes a new staging protocol: DRM object leasing. Besides that, various test and build system improvements are included, as well as a set of clarifications to the xdg-activation protocol and other protocols.
* xdg-shell: Make xdg_surface fail when surface has role
* xdg-output: fix minor calculation error
* xdg-activation: correct sequence when X11 client spawns Wayland client
* xdg-activation: rewrite and move description of token forwarding
* xdg-activation-v1: clarify set_{serial,surface}
* presentation-time: use enum entry description tags- Check https://lists.freedesktop.org/archives/wayland-devel/2021-September/041972.html for the full list of changes.
* Sun May 09 2021 Dirk Müller - update to 1.21:
* Also new with this release is the introduction of a new protocol phase that replaces the old \"unstable\" phase: \"staging\". The main purpose of this is making it more painless to transition a protocol from it\'s testing-in-production phase to declaring it stable. See README.md for details.
* This release also introduces a new staging protocol: xdg-activation, meant to enable transferring focus between different toplevel surfaces. For example from a launcher to a launchee, or one focused application to another.
* Sun Mar 01 2020 Bjørn Lie - Update to version 1.20: + This release includes the new governance document, describing how to introduce and update Wayland protocols in wayland-protocols. See the GOVERNANCE.md file for details.- Changes from version 1.19: + This release includes a new xdg-shell protocol that adds support for repositioning already mapped popups. Methods of doing so with inter-surface synchronization has been left out, with the intention of addressing this with a protocol at a lower level. + Both the presentation time and xdg-shell protocol also got new attributes added meaning bindings using the enum and bitfield attributes will generate better result.