Tag 'xorg-server-2_1.19.1-1' created by Emilio Pozuelo Monfort <po...@debian.org> at 2017-01-17 19:54 +0000
Tagging upload of xorg-server 2:1.19.1-1 to unstable. -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEcJymx+vmJZxd92Q+nUbEiOQ2gwIFAlh+dmgACgkQnUbEiOQ2 gwKARhAAtq4fw2DpkIhv1rfqm7cp5UdFjmmMFp21Wyln9CKp2VcE7igFBRYlCLHn IIqWATwbJhOO1Eq9AV8MjvTb4Un6uLYMJS/e8cDUPH2wNyMfbTZZSed7LuzWxSES JI43/HoQkWoeR1guUE2uow4Mw9kfQ5btRgrfiEhHghq9mzIcUDqCIQC3y/HUPGl2 95fbuEm2geUv+H/Vix/LVflbnktYuMMDfgm7B8T2Aj6K19NepdN7ILGcFboxFTKP 38+sjGvocls2Z9E5q+va8wr9GK5eWPUynMQ/vgwYi8bI48e3zRO7CtHMzSK+V0/A Q9KcV7b5V+dSgtShI86g+p4v7V79duOPIBoAgYaNekE8MP2pYVbc05vg5BxsmTDL ASG+lBnW614LXaPSB2LFE/Tzn1LRwa/84IvSySk1Yv29ZOz05oJpGaik44Qjh+Du 9D7inQrW4SqkoGTjqAuCdOWp9KIsxe+psFy9eEYDVuFbu4MqF1rxZgWAHuPmLVMs Qx6+7nfM6eBHTcCtL98dKkFVGsIjbkLc/G3pGJ5RnAiW4uUdBvPs+1YAs7aLAR3v IV1oLDx+/e8ePVY1KPSckxY8HZk71ejN0CBkhBkCSF2yStqp9407uN3DTMuZOvxI 0sIIBY2Zn0qs8R0//3HRCAXi09+vMG8h2GICY8AljRGKqi2J460= =VSI3 -----END PGP SIGNATURE----- Changes since xorg-server-2_1.19.0-3: Adam Jackson (3): Revert "damage: Make damageRegionProcessPending take a damage not a drawable" composite: Fix repaint of borders (v2) xserver 1.19.1 Andreas Boll (4): Revert "Bump debhelper compat to 10" Merge tag 'xorg-server-1.19.1' into debian-unstable Bump changelog Close bugs fixed by the new upstream release. Ben Crocker (1): Fix a segfault that occurs if xorg.conf.d is absent: Emilio Pozuelo Monfort (7): Switch to dh Drop build-deps on automake and libtool Bump debhelper compat to 10 Use install consistently Fix typo Drop pre-wheezy Breaks Release to unstable Hans De Goede (1): glamor: Trust eglGetPlatformDisplayEXT if it exists Hans de Goede (2): randr: rrCheckPixmapBounding: Do not substract crtc non 0 x,y from screen size randr: rrCheckPixmapBounding: do not shrink the screen_pixmap Kai-Heng Feng (1): edid: Add quirk for ADA 1024x600 7" display. Keith Packard (1): AttendClient of grab-pervious client must queue to saved_ready_clients [v2] Michal Srb (1): xinerama: Swap the response in RRXineramaWriteMonitor Michel Dänzer (1): present: Only call present_flip_notify if vblank->queued == FALSE Mihail Konev (1): os,dix: Depend custom libs on libs, not objects Olivier Fourdan (2): glamor: restore vfunc handlers on init failure xwayland: Fix use after free of cursors Pekka Paalanen (1): test: fix distributing scripts Peter Hutterer (2): Xi: when creating a new master device, update barries for all clients os: return 0 from check_timers if we touched any of them Qiang Yu (2): xfree86: fix wrong usage of xf86optionListMerge randr: fix xserver crash when xrandr setprovideroutputsource Rhys Kidd (1): test: Fix stray Makefile reference to removed os test Rui Matos (1): xwayland: Don't send KeyRelease events on wl_keyboard::leave --- Xi/exevents.c | 22 ++-- Xi/xichangehierarchy.c | 6 - composite/compalloc.c | 6 - composite/compint.h | 2 composite/compwindow.c | 9 + configure.ac | 6 - debian/changelog | 18 +++ debian/control | 30 ----- debian/rules | 199 +++++++------------------------------ dix/Makefile.am | 4 dix/dispatch.c | 10 + dix/getevents.c | 5 glamor/glamor.c | 11 +- glamor/glamor_egl.c | 4 glamor/glamor_egl.h | 6 - hw/xfree86/common/xf86AutoConfig.c | 9 + hw/xfree86/common/xf86Option.c | 2 hw/xfree86/modes/xf86EdidModes.c | 5 hw/xfree86/parser/read.c | 16 ++ hw/xfree86/parser/xf86Parser.h | 1 hw/xwayland/xwayland-input.c | 25 ++-- include/dixstruct.h | 6 + os/Makefile.am | 4 os/WaitFor.c | 4 os/connection.c | 4 present/present.c | 5 randr/rrcrtc.c | 10 + randr/rrprovider.c | 3 randr/rrxinerama.c | 7 + test/Makefile.am | 4 30 files changed, 204 insertions(+), 239 deletions(-) ---