forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from buildroot:master #412
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From https://lists.freedesktop.org/archives/wayland-devel/2024-August/043760.html: This is a bugfix release for Wayland 1.23. Joaquim Monteiro (1): meson: Fix use of install_data() without specifying install_dir Kirill Primak (1): Put WL_DEPRECATED in front of the function declarations Sebastian Wick (1): client: Handle proxies with no queue Simon Ser (4): scanner: extract validator function emission to helper function scanner: fix validator for bitfields tests: add enum bitfield test build: bump version to 1.23.1 for the bugfix release Signed-off-by: Thomas Petazzoni <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
From https://lists.freedesktop.org/archives/wayland-devel/2024-October/043858.html: This is Weston 14.0.1, a bug-fix release. Most of the fixes here are addressing some build issues with a C++ compiler, but also addressing a more critical issue that was causing the gtk4 test suite or other clients to crash when using the headless backend. Some distros already carry a patch to address that, but in case they have not, this would be a good time to update. David Edmundson (1): libweston: Send seat name before announcing devices EatingSumo (1): libweston/screenshooter: Fix build when __builtin_clz is not available Jan Alexander Steffens (heftig) (1): libweston/noop-renderer: Check shm_buffer for NULL Jan Engelhardt (1): build: insert missing wayland-server-protocol dependency Jeri Li (1): libweston/desktop: avoid weston crash while xdg_surface ack_configure Marius Vlad (4): libweston: Move weston_get_backend_type after enum declaration desktop-shell: Don't attempt to re-add the view to panel layer libweston/matrix: Fix narrow conversion with C++ build: bump to version 14.0.1 for the point release Signed-off-by: Thomas Petazzoni <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
Since upstream commit c9972235833b3586c05a6e6c4145aef6df3f4281 ("build: install headers with enums"), building wayland-protocols requires the wayland-scanner tool, so we must add host-wayland to the dependencies of wayland-protocols. 1.36 -> 1.37 ============ From https://lists.freedesktop.org/archives/wayland-devel/2024-August/043774.html: This release contains three new protocols: * xdg-toplevel-icon Associate an icon with a toplevel window. * ext-image-capture-source * ext-image-copy-capture A set of protocols that together allow capturing the pixel content of outputs and toplevels. Apart from this, it includes the usual protocol documentation improvements and fixes, as well as clarification of existing protocol review practices. Enjoy! Andri Yngvason (2): ext-image-capture-source-v1: new protocol ext-image-copy-capture-v1: new protocol Derek Foreman (1): various: Fix definition of double-buffered state Jonas Ådahl (1): build: Bump version to 1.37 Matthias Klumpp (1): staging: Add xdg-toplevel-icon protocol for dedicated toplevel icons Nicolas Fella (1): tablet-v2: Fix feedback description in mode_switch PolyMeilex (1): Fix some trivial typos Simon Ser (7): ci: don't run pipelines in forks readme: s/Makefile.am/meson.build/ readme: use references for links readme: recommend using "Draft:" prefix for RFC protocols members: trim trailing comma governance: document review requirements xdg-toplevel-icon: add error for destroyed wl_buffer Xaver Hugl (1): staging/tearing-control: clarify what happens after wl_surface destruction YaoBing Xiao (1): pointer-gestures: Add punctuation to clarify gesture cycles 1.37 -> 1.38 ============ From https://lists.freedesktop.org/archives/wayland-devel/2024-October/043851.html: This full packed release comes with three new staging protocols: * system bell - allowing e.g. terminal emulators to hand off system bell alerts to the compositor for among other things accessibility purposes * fifo - for implementing first in first out surface content update behavior * commit timing - for adding time constraints to surface content update Other than this, the presentation timing protocol protocol got a version minor bump describing how to deal with variable refresh rate. Other protocols saw the regular clarifications and bug fixes, and some deprecated events is now properly indicated as such in the XML. Please see individual commits for details. Since the last release, a new member was also added to MEMBERS.md: mesa. Daniel Stone (3): protocols: Add GitLab contact information README: Suggest pinging protocol authors on changes presentation-time: Specify refresh bounds for VRR Derek Foreman (2): fifo-v1: Add new protocol commit-timing-v1: Add new protocol Jonas Ådahl (4): members: Update weston point-of-contact members: Add mesa as a member Add staging system bell protocol build: Bump version to 1.38 Julian Orth (1): security-context-v1: clarify close_fd behavior Nick Diego Yamane (1): xdg-toplevel-drag: clarify offset is relative to geometry Sebastian Wick (1): cursor-shape-v1: Make object inert when underlying cap is destroyed Simon Ser (9): xdg-decoration: add invalid_mode error xdg-shell: clarify clients set their initial state before initial commit xdg-toplevel-icon: clarify that wl_buffer.release is unused ci: upgrade wayland to v1.23.1 linux-dmabuf: mark format/modifier with deprecated-since attribute xdg-output: mark done event with deprecated-since attribute build: install headers with enums ext-image-copy-capture: fix typo governance: drop adoption website section Simon Zeni (3): drm-lease-v1: specify existing lease status on withdrawn event drm-lease-v1: advertise connector again upon lease destruction drm-lease-v1: advertise connector again upon lease finished event itycodes (1): ext-image-copy-capture-v1: Fix typo in ext_image_copy_capture_frame_v1::destroy 1.38 -> 1.39 ============ From https://lists.freedesktop.org/archives/wayland-devel/2024-December/043920.html: This new release contains two new protocols: * ext-data-control - allow privileged clients to control data devices, e.g. a clipboard manager. * ext-workspace - receive events about and control workspaces, useful for e.g. workspace indicators. This release also includes the recent governance workflow changes and clarifications. Mesa is also listed as a member, Simon Zeni was added as a drm-lease maintainer, and Nick Diego Yamane was added as a xdg-toplevel-drag maintainer. Daniel Stone (3): governance: Clarify 'member' governance: Specify how to change points of contact governance: Deprecate wayland-devel@ Heiko Becker (1): build: Raise required wayland-scanner version to 1.23.0 for tests Jonas Ådahl (1): build: Bump version to 1.39 Mike Blumenkrantz (3): add experimental protocols and their requirements governance: introduce workflow improvements governance: update NACK usage/restrictions Neal Gompa (1): Add ext-data-control protocol Nick Diego Yamane (1): xdg-toplevel-drag: Add myself as co-maintainer Simon Ser (1): drm-lease: nominate Simon Zeni as maintainer Victoria Brekenfeld (1): Add ext-workspace YaoBing Xiao (1): ext-image-copy-capture: fix the error in the protocol description Signed-off-by: Thomas Petazzoni <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
From https://lists.freedesktop.org/archives/wayland-devel/2024-November/043860.html: In terms of new features we have a "sticky" mode for drag-locking. Previously a tap-and-drag lock would always expire after a timeout, now the button is held logically down until a completing tap. Desktop environments are encouraged to use this as the default as it provides a better experience for anyone with less-than-perfect dexterity. For backwards-compatibility reasons libinput cannot easily change its defaults without risking bugs in the callers. For tablet pads we now support tablet pad mode groups for devices without status LEDs as well, the previous implementation was tied to LEDs which some devices like the XP Pen ACK05 remote don't have. Since the mode is a software feature anyway tying it to LEDs is not necessary. If a tablet is unknown to libwacom we now assume that it is a built-in tablet. This matches the behavior of libwacom 2.11 but in our case the only visible result is that the device now has the calibration configuration available. Better to have it and not use it, as they say. The available area on external tablets can be reduced via the new tablet "area" configuration. Users can set a rectangle smaller than the width/height of the tablet and input outside this rectangle will be ignored. For packagers: the check dependency is now optional, almost all tests can now run without it. And then we have of course the usual collection of bug fixes and device-specific quirks. Signed-off-by: Thomas Petazzoni <[email protected]> Signed-off-by: Julien Olivain <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )