Tag 'wayland-1.3.92-1' created by Héctor Orón Martínez <zu...@debian.org> at 2014-01-18 18:01 +0000
Release debian version 1.3.92-1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCgAGBQJS2sGMAAoJEK8ig6p24qx7oj8QAL1RBA0vrzECCy3HggQa3eJV GKy+joSwHrTiWknwXWk2btcNZN9lsyQT+JWhlOi8Fvbo1fMBtQj+GHf+xNI1a6o6 hDOTFfQzqOiQaFFLhOenROsR0+gZTb+BrmFQg+ncGQFqSfcDlRXPYRxOkf9048Nc XE8nPDYDknCUi3R44JXPrJd9zgGS+E+FZRZ1plYC0/c70Yy3lUS3nCmUsex+Xn8/ euL1pgOMrH5Sok+6d6JTGvmaVxFgvsn+e3xRRB6WymnHZ2QIGgYQTejtv+MWe857 HiwJvtT3MOJVMeeApLuEg7VKORsntVGWtxk2TBrDoDAJRvPNmGO2aS9kITjNQR3a FaC6Xv+Lf7myUDtymEvBypH3udANnO8/qwIywmhmWHZVIqV+CGl3tGW08dLeeVuH GaZ6+SD/NqjEQwzwkszVpPxrcNwLYgKplOc2yBENAmgqsxho7rxlq81HkrdIzNwd q/HZlTMrglCsu4i0xOcRbl0JmFgJZMykIMjuDNVla0VkDmKov6GTngPTRSK7DJ5C xXC2EvExVW1P6OtLOW1aS6oOxqfEPcfaxilORcsO46JlW557fBQwodkhWr+Aydow VvrjGEU9i/HrKIhH7Ha6o+BsLqCEsEjPA/Vxna8Ip467QdgwBandI6ugs/E4eeFp Z+ApkWu58DlD0+DGSxRr =jg4d -----END PGP SIGNATURE----- Changes since wayland-1.3.0-1: Adrian Negreanu (1): scanner: set errno=0 before strtol Héctor Orón Martínez (6): Merge branch 'upstream-unstable' into debian-unstable Bump changelog Update symbols debian/libwayland-dev.install: install wayland.dtd Update configure.ac for release 1.3.92 Rework upstream release information Jasper St. Pierre (2): Update .gitignore for protocol/ wayland-server: Improve error messages for bad globals Jonas Ådahl (2): doc: Remove incorrect docmentation doc: Fix spelling of parameters José Bollo (1): protocol: Fix typo in documentation Kristian Høgsberg (11): wayland: Be consistent about #include-guard names configure.ac: Bump version to 1.3.90 for the master branch server: Start documenting the server side API scanner: Warn about requests with more than one new-id and don't generate stubs scanner: Introduce struct location for tracking source locations scanner: Make fail() function use va_list and elaborate a few errors scanner: Add location to elements so we can give better errors/warnings client: Introduce functions to allocate and marshal proxies atomically Add -pthread to AM_CFLAGS to do the right thing when using threads client: Handle EINTR in wl_display_dispatch_queue() configure.ac: Bump version to 1.3.91 for the alpha release Lubomir Rintel (2): shm: Avoid file descriptor leak upon unsuccessful mmap connection: Error out if file descriptor was not received Neil Roberts (3): server: Add API to protect access to an SHM buffer Add documentation for wl_shm_buffer_begin/end_access client: Make wl_proxy_set_queue() with NULL revert to default queue Pekka Paalanen (3): protocol: add sub-surfaces to the core os: use posix_fallocate in creating sharable buffers cursor: handle running out of buffer space Peter Hutterer (1): protocol: validate the protocol against a dtd chi ding (1): Fix buffer overflow when serializing a closure object --- Makefile.am | 2 configure.ac | 7 - cursor/os-compatibility.c | 19 +++ cursor/wayland-cursor.c | 67 ++++++++--- cursor/xcursor.h | 4 debian/changelog | 6 + debian/libwayland-client0.symbols | 4 debian/libwayland-dev.install | 1 debian/libwayland-server0.symbols | 4 debian/patches/series | 1 doc/doxygen/Makefile.am | 3 protocol/.gitignore | 1 protocol/Makefile.am | 15 ++ protocol/wayland.dtd | 29 ++++ protocol/wayland.xml | 219 +++++++++++++++++++++++++++++++++++++ src/Makefile.am | 4 src/connection.c | 100 +++++++++++++++-- src/scanner.c | 135 +++++++++++++++-------- src/wayland-client.c | 222 ++++++++++++++++++++++++++++---------- src/wayland-client.h | 12 +- src/wayland-egl.h | 4 src/wayland-server.c | 129 +++++++++++++++++++++- src/wayland-server.h | 10 + src/wayland-shm.c | 197 +++++++++++++++++++++++++++++++++ 24 files changed, 1050 insertions(+), 145 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1w4ade-0008vw...@moszumanska.debian.org