diff --git a/NEWS b/NEWS index 86302f7..085e957 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ +keybinder v0.3.1 +---------------- + +* Use ``XkbFreeKeyboard`` to fix memory leak + (by Dmitry Eremin-Solenikov) +* Fix deprecated directives in build system + (by Dmitry Eremin-Solenikov) + + keybinder and keybinder-3.0 v0.3.0 ----------------------------------- diff --git a/README b/README index 5a9af7a..f4129dd 100644 --- a/README +++ b/README @@ -2,7 +2,6 @@ libkeybinder ============ :Author: Ulrik Sverdrup -:Homepage: http://kaizer.se/wiki/keybinder/ **keybinder** is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. diff --git a/configure.ac b/configure.ac index 0d36cde..c2a5fb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(keybinder, 0.3.0, +AC_INIT(keybinder, 0.3.1, []) AC_CONFIG_SRCDIR(libkeybinder/bind.c) AC_CONFIG_MACRO_DIR([m4])