14
0

Accepting request 763729 from home:Dead_Mozay:gwe

- version update to 0.26
  * enrich XFixes extension with XFixesSelectionNotify events (by @acrisci)
  * add example xfixes-selection-notify.py (by @acrisci)
  * fix two issues in NV-CONTROL extension (by @leinardi)
  * add method get_clock_info into NV-CONTROL extension (by @leinardi)
  * add default client version into Composite extension (by @jakogut)
  * add Damage extension with the example (by @mgarg1 and @jakogut)

OBS-URL: https://build.opensuse.org/request/show/763729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xlib?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2020-01-13 08:35:19 +00:00
committed by Git OBS Bridge
parent 5e3083d51c
commit 841ae60c01
4 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 13 04:42:33 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
- version update to 0.26
* enrich XFixes extension with XFixesSelectionNotify events (by @acrisci)
* add example xfixes-selection-notify.py (by @acrisci)
* fix two issues in NV-CONTROL extension (by @leinardi)
* add method get_clock_info into NV-CONTROL extension (by @leinardi)
* add default client version into Composite extension (by @jakogut)
* add Damage extension with the example (by @mgarg1 and @jakogut)
-------------------------------------------------------------------
Sun Oct 20 05:31:28 UTC 2019 - John Vandenberg <jayvdb@gmail.com>