Skip to content

Commit 736ccef

Browse files
committed
Update for new version keybinder-3.0 v0.3.1
1 parent 6ea0ca7 commit 736ccef

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
keybinder-3.0 v0.3.1
3+
----------------
4+
5+
* Use ``XkbFreeKeyboard`` to fix memory leak
6+
(by Dmitry Eremin-Solenikov)
7+
* Fix deprecated directives in build system
8+
(by Dmitry Eremin-Solenikov)
9+
10+
211
keybinder and keybinder-3.0 v0.3.0
312
-----------------------------------
413

README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ libkeybinder
22
============
33

44
:Author: Ulrik Sverdrup <ulrik.sverdrup@gmail.com>
5-
:Homepage: http://kaizer.se/wiki/keybinder/
65

76
**keybinder** is a library for registering global keyboard shortcuts.
87
Keybinder works with GTK-based applications using the X Window System.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(keybinder-3.0, 0.3.0,
1+
AC_INIT(keybinder-3.0, 0.3.1,
22
[])
33
AC_CONFIG_SRCDIR(libkeybinder/bind.c)
44
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)