SHA256
1
0
forked from pool/wayland

- Update to release 1.20

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=97
This commit is contained in:
2021-12-09 18:31:38 +00:00
committed by Git OBS Bridge
parent 941df6a72d
commit 34cf6c07d8
6 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 9 18:08:16 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.20
* A few protocol additions: wl_surface.offset allows clients to
update a surface's buffer offset independently from the
buffer, wl_output.name and description allow clients to
identify outputs without depending on xdg-output-unstable-v1.
* In protocol definitions, events have a new "type" attribute
and can now be marked as destructors.
* A number of bug fixes, including a race condition when
destroying proxies in multi-threaded clients.
-------------------------------------------------------------------
Fri Nov 12 20:08:09 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>