Tag 'weston-1.11.94-1' created by Emilio Pozuelo Monfort <po...@debian.org> at 2016-09-14 10:49 +0000
Tagging upload of weston 1.11.94-1 to experimental. -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJX2StKAAoJEJ1GxIjkNoMCRdEQALmqAttU0IejZsr0tyDpRbf7 y/vdOH4HHzsy52274qUrsQAidrhpGy5bzhhqbOM1AXMUp4VVWjnTbHk7aUmU5jLR 3Si0Y2oLGDeMxHA6I+LFrvTeXjdT51hoI1ye560sBSQTMjeSTH4RBLBC8n9fi2qL UaOaworZkLNLsDWSFxNsigSIvU05NxNia7IsY0ASnD8mj7dNdmXc6Nn/1rFfxoaO l8tXhAQLSdIxdDihRfzntn0x3W2gQuCpMjcsTAfMPJ0kh6k6J9ZwB6NpKdmkvh9/ SR/XCF0X+eKrVjZceZtoeJMHej2h1hif2YVGXAeKfxb+GcFvQ8gq3n1dG9d75RuI ZbD7sRaGDaof6J1W1TCDBV9UnjtcpVSge4KWbUXvgl82oulOMdpe/oOiAB5FPz6E 1pATCCuzcHED1Ja/VaHkqyp7rgZKy78GcuuRz34Vs6edPPt09SqkaNFQ8FY6q+LF 5dQvBzccJP27OySlKkBj8C9QZBSJD1cXwYkEAhv/guF5/btJbJBrPFmtfHCsCCqB bCUgDetRsV+ZYsZxML0kOMtDc423uwFUSWUy8ainlzC4HvXyALwsG4yqJ7QqyHT5 vTAxQM/qBqVwwGf6vPiDIJKtnAD8BR+43AvBvizO0+VclNZO/LCFbht2ariXmPuy vezEaUlTn3KN7qkblhKk =h4n+ -----END PGP SIGNATURE----- Changes since weston-1.11.91-1: Bryce Harrington (22): config-parser: Drop debug text desktop-shell: Enable per-output fade animations compositor: Add internal support to track idle inhibition requests compositor: Add public interface support for client-requested idle inhibition libweston: Add a signal to fire when the idle inhibitor is dropped libweston-desktop: Add listener and API to drop the idle inhibitor shell: Inhibit idle fade-out behavior clients: Add screensaver inhibitor client demo releasing: Fix incorrect direction about how many lines need tweaked configure.ac: bump to version 1.11.92 for the beta release Revert "clients: Add screensaver inhibitor client demo" Revert "shell: Inhibit idle fade-out behavior" Revert "libweston-desktop: Add listener and API to drop the idle inhibitor" Revert "libweston: Add a signal to fire when the idle inhibitor is dropped" Revert "compositor: Add public interface support for client-requested idle inhibition" Revert "compositor: Add internal support to track idle inhibition requests" Revert "desktop-shell: Enable per-output fade animations" configure.ac: (Re-)bump to version 1.11.92 for the beta release clients: Use ARRAY_LENGTH macro in weston-simple-im terminal: Fix crash due to race condition in init configure.ac: bump to version 1.11.93 for the RC1 release configure.ac: bump to version 1.11.94 for the RC2 release Emilio Pozuelo Monfort (4): Merge branch 'upstream-experimental' into debian-experimental New upstream release Use wildcards in weston.install Release to experimental Emmanuel Gil Peyrot (1): compositor-wayland: Only destroy the egl_window when using GLES. Quentin Glidic (9): desktop-shell: Fix output destroying libweston: Drop shell_interface libweston-desktop/xwayland: Do not over-destroy the view desktop-shell: Unset fullscreen/maximized state on commit desktop-shell: Add back the saved position and rotation for fullscreen/maximized libweston-desktop/xdg_shell_v5: Add surface as needed Revert "terminal: Fix crash due to race condition in init" libweston-desktop/xdg_shell_v6: Add surface as needed libweston-desktop/xdg_shell_v6: Raise errors on not-yet-possible requests Yong Bakos (1): compositor-drm: Zero drmModeAddFB2 data --- clients/weston-simple-im.c | 6 +- configure.ac | 6 +- debian/changelog | 7 +++ debian/weston.install | 6 -- desktop-shell/shell.c | 79 +++++++++++++++++++++++++-------------- libweston-desktop/xdg-shell-v5.c | 42 +++++++++++++++----- libweston-desktop/xdg-shell-v6.c | 45 ++++++++++++++++++++-- libweston-desktop/xwayland.c | 6 -- libweston/compositor-drm.c | 2 libweston/compositor-wayland.c | 2 libweston/compositor.h | 7 --- releasing.txt | 4 - shared/config-parser.c | 1 13 files changed, 146 insertions(+), 67 deletions(-) ---