Opened 21 months ago

Closed 21 months ago

Last modified 21 months ago

#16889 closed enhancement (fixed)

xorgproto-2022.2

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (4)

comment:1 by Bruce Dubbs, 21 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 21 months ago

Changes from a diff with the previous version:

  • Update to Version 1.3 of DRI3.
  • Add include/X11/extensions/xwaylandproto.h
  • Add xwaylandproto.txt

The tarball now uses xz compression.

comment:3 by Bruce Dubbs, 21 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

9a576963cf Update to gdk-pixbuf-2.42.9.
277c39037c Update to pango-1.50.9.
db2e143aa3 Update to xorgproto-2022.2.
55bad52508 Update to gpgme-1.18.0.
00fa2231ac Update to boost-1.80.0.

comment:4 by Douglas R. Reno, 21 months ago

Some more details from the mailing list announcement:

his release introduces an new "XWAYLAND" extension:

    This extension exists to serve one purpose: reliably identifying
    Xwayland. Previous attempts at doing so included querying root window
    properties, output names or input device names. All these attempts are
    somewhat unreliable. Instead, let's use an extension - where that
    extension is present we have an Xwayland server.

    Clients should never need to do anything but check whether the extension
    exists through XQueryExtension/XListExtensions.

The DRI3 protocol was bumped to 1.3 and has a new DRI3SetDRMDeviceInUse request:

     This request provides a hint to the server about the device
     in use by this window. This is used to provide
     DRI3GetSupportedModifiers with a hint of what device to
     return modifiers for in the window_modifiers return value.
     Using this hint allows for device-specific modifiers to
     be returned by DRI3GetSupportedModifiers, for example
     when an application is renderoffloaded and eligible for
     direct scanout.

The remaining commits are the usual combination of housekeeping and
maintenance.
Note: See TracTickets for help on using tickets.