From c5768cf0b0411cf39e00cc72c97687420224053d Mon Sep 17 00:00:00 2001 From: Vasily Ryabov Date: Sat, 19 Sep 2020 23:43:18 +0300 Subject: [PATCH] Update CHANGELOG, version and list of extensions in README. --- CHANGELOG.md | 9 +++++++++ README.rst | 3 ++- Xlib/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ead7502..128a892d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ NEWS for Python X Library +Version 0.28 +============ + +Extensions +-------------------- + +- DPMS: Display Power Management Signaling (by @thiagokokada) + +--- Version 0.27 ============ diff --git a/README.rst b/README.rst index f5a92b14..8c06870e 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,8 @@ starting with version 2.0. There is a resource database implementation, ICCCM support and a framework for adding X extension code. Several extensions have been -implemented; (RECORD, SHAPE, Xinerama, Composite, RANDR, DPMS, and XTEST) +implemented (RECORD, SHAPE, Xinerama, Composite, RANDR, DAMAGE, +Generic Event, SECURITY, XFIXES, XInput, XTEST, NV-CONTROL and DPMS); patches for additions are very welcome. There are most likely still bugs, but the library is at least stable diff --git a/Xlib/__init__.py b/Xlib/__init__.py index f983e876..e38da5ea 100644 --- a/Xlib/__init__.py +++ b/Xlib/__init__.py @@ -19,7 +19,7 @@ # Suite 330, # Boston, MA 02111-1307 USA -__version__ = (0, 27) +__version__ = (0, 28) __version_extra__ = ''