SHA256
1
0
forked from pool/wayland
2014-09-19 20:38:03 +00:00
committed by Git OBS Bridge
parent a12cbb6ee2
commit 749e069a55
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Sep 19 20:35:43 UTC 2014 - jengelh@inai.de
- Update to new upstream release 1.6
* Add error enums to wl_surface.
* Add keyboard repeat information to wl_keyboard protocol.
* Error handling additions in libwayland-client: when a protocol
error happens, the program can query more detailed information
about the error.
* New wl_display_add_socket_auto() in libwayland-server:
automatically find a free socket name.
* Add wl_display_roundtrip_queue(): blocking round-trip on a
custom queue.
* Stop exposing wl_display global. Turns out binding to the
global would have triggered bugs, and there was no proper use
for it.
-------------------------------------------------------------------
Fri Sep 12 11:00:08 UTC 2014 - jengelh@inai.de