From 04ae06724d914c7d4fec6a2723edf9c6320ec502 Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Tue, 28 Feb 2017 18:25:51 +0100 Subject: [PATCH] DOC: Update NEWS for keybinder-3.0 0.3.2 --- NEWS | 16 +++++++++++++++- configure.ac | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3b4dc80..d00527f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ +keybinder-3.0 v0.3.2 +-------------------- + +* Fix ``keybinder_bind`` and others to not crash on non-X11 displays. + It simply returns FALSE, failing to bind the key. +* Add new API: + + ``gboolean keybinder_supported()`` + Return TRUE if on key bindings are implemented for this + configuration. (Right now: only TRUE if gtk says there's an X11 + display) + +* Fix deprecated directives in build system + keybinder-3.0 v0.3.1 ----------------- +-------------------- * Use ``XkbFreeKeyboard`` to fix memory leak (by Dmitry Eremin-Solenikov) diff --git a/configure.ac b/configure.ac index fcafd86..26e3232 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(keybinder-3.0, 0.3.1, +AC_INIT(keybinder-3.0, 0.3.2, []) AC_CONFIG_SRCDIR(libkeybinder/bind.c) AC_CONFIG_MACRO_DIR([m4])