Skip to content

Commit

Permalink
DOC: Update NEWS for keybinder-3.0 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Feb 28, 2017
1 parent debf4e6 commit 04ae067
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 04ae067

Please sign in to comment.