File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11NEWS for Python X Library
22
3+ Version 0.26
4+ ============
5+
6+ Bug Fixes
7+ ---------
8+
9+ - support legacy X servers like RealVNC's one (by @Gerardwx )
10+
11+ Extensions
12+ --------------------
13+
14+ - enrich XFixes extension with XFixesSelectionNotify events (by @acrisci )
15+ - add example xfixes-selection-notify.py (by @acrisci )
16+ - fix two issues in NV-CONTROL extension (by @leinardi )
17+ - add method get_clock_info into NV-CONTROL extension (by @leinardi )
18+ - add default client version into Composite extension (by @jakogut )
19+ - add Damage extension with the example (by @mgarg1 and @jakogut )
20+
21+ ---
322Version 0.25
423============
524
Original file line number Diff line number Diff line change 1919# Suite 330,
2020# Boston, MA 02111-1307 USA
2121
22- __version__ = (0 , 25 )
22+ __version__ = (0 , 26 )
2323
2424__version_extra__ = ''
2525
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ classifiers =
2626 Programming Language :: Python :: 3.5
2727 Programming Language :: Python :: 3.5
2828 Programming Language :: Python :: 3.6
29+ Programming Language :: Python :: 3.7
30+ Programming Language :: Python :: 3.8
2931 Programming Language :: Python :: Implementation :: CPython
3032 Topic :: Software Development :: Libraries :: Python Modules
3133 Topic :: Software Development :: Libraries
You can’t perform that action at this time.
0 commit comments