From 6307fbe73b5262e65d6e01499ba70178bcabf109 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 16 Oct 2018 10:15:07 +0200 Subject: [PATCH] xorg-server: Update version from 1.20.1 to 1.20.2 Announcement: > Lots of bugfixes all over the map. Thanks to all for testing and > patches! > > Adam Jackson (8): > modesetting: Lie less in the man page > modesetting: Document Option "DoubleShadow" in the man page > xfree86: Fix Option "MaxClients" validation > modesetting: Don't free(dst) in drmmode_prop_info_copy > glamor_egl: Don't initialize on llvmpipe > glamor/egl: Avoid crashing on broken configurations > fbdevhw: Refuse to touch PCI devices on the fallback probe path > xserver 1.20.2 > > Alex Goins (1): > randr: rrCheckPixmapBounding should only increase screen size > > Alexander Volkov (1): > os/xdmcp: Don't create a new socket in XdmcpReset() > > Cedric Roux (1): > miext/damage: take care of the coordinate mode in damagePolyPoint > > Dave Airlie (9): > shm: move shmsize verify before allocating the drawable. > xi: free modifiers_failed on error path. (v2) > fboverlay: move bpp checks above malloc > glamor: fix leak of fs_getcolor_source. > modesetting: get pEnt after error checks > posix_tty: free leak of xf86SetStrOption return value. > xkb: fix what looks to be a copy-paste error with first vs firstMM > mibltblt: free prgnSrcClip on error path. > devices: break after finding and removing device from lists > > Jim Qu (1): > modesetting: code refactor for PRIME sync > > Lionel Landwerlin (2): > present: fix freed pointer access > xwayland: fix access to invalid pointer > > Olivier Fourdan (3): > glx: check for indirect context in CreateContextAttribsARB() > xwayland: Remove xwl_present_window from privates on cleanup > xwayland: Use `double` for `xwl_tablet_tool` > > Peter Hutterer (1): > dix: check_modmap_change() returns Success, not true > > Pierre Ossman (1): > Switch automatic composite update to WorkQueue > > Scott Anderson (1): > xwayland: use wayland axis_discrete event --- xorg-server.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-server.be0 b/xorg-server.be0 index 25fd0ac44..246595e78 100755 --- a/xorg-server.be0 +++ b/xorg-server.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xorg-server-1.20.1-0 +# BEE_VERSION xorg-server-1.20.2-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)