Changelog for
wayland-protocols-devel-1.18-1.44.noarch.rpm :
* Thu Jul 25 2019 Bjørn Lie
- Update to version 1.18:
* This version comes with documentational clarifications, bug fixes and minor additions to existing protocols.
* Wed Nov 14 2018 bjorn.lieAATTgmail.com- Update to version 1.17:
* This versions include two new unstable protocols: - linux-explicit-synchronization: A Linux specific mechanism for explicit per-surface buffer synchronization. - primary-selection: A clipboard like mechanism mimicking primary selection on X11, commonly known as \"middle-click-paste\".
* The license tag for the fullscreen shell was also corrected.
* Tue Jul 31 2018 bjorn.lieAATTgmail.com- Update to version 1.16:
* This version includes a new version of the unstable text-input protocol. The new version is not compatible with the old version. Please check the commit adding the new protocols for more details about the introduced changes.
* The stable xdg-shell protocol got some clarifications about expectations regarding state requested by the client and what is configured by the compositor.
* The xdg-output protocol got some clarifications about how transforms are handled.
* The test suite was improved to catch issues detected by wayland-scanner.
* Sat Jul 07 2018 bjorn.lieAATTgmail.com- Update to version 1.15:
* This version includes a new unstable protocol that enables clients to allow the compositor to draw window decorations.
* The xdg-shell protocol also saw a fix clarifying the requirements for xdg-popup parents.
* Thu May 17 2018 rzlAATTl2f.inesc-id.pt- Update to version 1.14:
* xdg-output: Add name and description events
* configure.ac: Bump version to 1.14
* xdg-shell: add enums for tiled window state to toplevel configure
* Sun Feb 18 2018 avindraAATTopensuse.org- Update to version 1.13:
* New unstable protocol: Input timestamps, a protocol for providing high resolution timestamps to input events. See commit 4f789286e4ab7f6fecc2ccb895d79362a9b2382a and protocol XML file for details.- use https urls
* Thu Dec 28 2017 zaitorAATTopensuse.org- Update to version 1.12:
* This version includes the new stable version of the XDG Shell protocol. In short, the difference between the XDG Shell stable and the last unstable version include (among other things):
* The base interface and the global exposed via the registry changed from zxdg_shell_v6 to xdg_wm_base.
* Fullscreen semantics were better defined and geometry requirements relaxed to allow certain hardware optimizations.
* The popup positioner was changed to allow positioning against a point.
* The popup semantics was changed to allow future extendability.
* Toplevel parent-child relationship ambiguities were fixed.
* Unmap/map semantics were better defined.
* Various other ambiguities were fixed and documentation in general was improved.- Use autosetup macro, and drop make call, nothing is build anyway.
* Thu Nov 09 2017 aavindraaAATTgmail.com- Update to version 1.11:
* This version includes a new unstable version of the xdg-foreign protocol. The new version fixes C++ incompatibility issues while making the interface request naming a bit more descriptive.
* Use sysroot prefix for pkgdatadir variable.- Drop wayland-protocols-sysroot-prefix-fix.patch: Fixed upstream.- Cleanup with spec-cleaner.
* Sat Sep 09 2017 zaitorAATTopensuse.org- Add wayland-protocols-sysroot-prefix-fix.patch: Use sysroot prefix for pkgdatadir variable. The pc_sysroot is automatically added to cflags and libs but not to \'pkg-config --variable\'.
* Tue Aug 22 2017 zaitorAATTopensuse.org- Update to version 1.10:
* This version introduces one new unstable protocol: xdg-output - a protocol meant for providing desktop centric concepts related to output and monitors to clients. It\'s for example intended to be used by Xwayland to be able to layout outputs on a logical pixel grid.