14
0

Accepting request 701755 from home:pgajdos

- version update to 0.25
  * fix increasing memory usage on display instantiation
  * NV-CONTROL extension
  * fix protocol handling: correctly support explicit Unix
    connections and fix support fox macOS
  * improve Python 3 support: fix events sub-code handling
    and possible crashes when unpacking text data
  * add support for error handlers to the Composite extension

OBS-URL: https://build.opensuse.org/request/show/701755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xlib?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-05-09 10:08:38 +00:00
committed by Git OBS Bridge
parent 96f1ccb47f
commit dcfd86405e
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 9 09:56:46 UTC 2019 - pgajdos@suse.com
- version update to 0.25
* fix increasing memory usage on display instantiation
* NV-CONTROL extension
* fix protocol handling: correctly support explicit Unix
connections and fix support fox macOS
* improve Python 3 support: fix events sub-code handling
and possible crashes when unpacking text data
* add support for error handlers to the Composite extension
-------------------------------------------------------------------
Tue Nov 27 11:21:53 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>