From e5ac742e7cf79bffde318cc1b61e85c432a5cd88 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:18:06 +0100 Subject: [PATCH] xrandr: Update version from 1.4.1 to 1.5.0 Announcement [1]: > xrandr is a command line interface to the X11 Resize, Rotate, and Reflect > (RandR) extension. > > This release adds support for the new monitor objects added in RandR 1.5, and > fixes a few bugs. > > > Aaron Plattner (2): > Split verbose mode printing into a helper function > xrandr 1.5.0 > > Chris Wilson (3): > Mark disabling an output as a change in its CRTC > Mark all CRTC as currently unused for second picking CRTC pass > Only use the current information when setting modes > > Dave Airlie (2): > xrandr: parse property returns correctly. > xrandr: don't return NULL from a void > > Keith Packard (3): > Increase keystone.5c default window size > keystone: Report matrix error. Deal with "primary" in xrandr output > Add monitor support (v2) [1] https://lists.freedesktop.org/archives/xorg-announce/2016-February/002677.html --- xrandr.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr.be0 b/xrandr.be0 index 735cbfc7e..7810f5f5b 100755 --- a/xrandr.be0 +++ b/xrandr.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xrandr-1.4.1-0 +# BEE_VERSION xrandr-1.5.0-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.)