debian/changelog | 1 + debian/libxkbcommon0.symbols | 3 +++ 2 files changed, 4 insertions(+)
New commits: commit 84a8a560cb0255c5266939340824903bb97791e2 Author: Timo Aaltonen <[email protected]> Date: Thu Apr 3 19:15:00 2014 +0300 libxkbcommon0.symbols: Added three new symbols. diff --git a/debian/changelog b/debian/changelog index 2ea8c04..e2d832c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxkbcommon (0.4.1-1) UNRELEASED; urgency=medium * New upstream release. + * libxkbcommon0.symbols: Added three new symbols. -- Timo Aaltonen <[email protected]> Thu, 03 Apr 2014 19:08:26 +0300 diff --git a/debian/libxkbcommon0.symbols b/debian/libxkbcommon0.symbols index 62a8316..8000529 100644 --- a/debian/libxkbcommon0.symbols +++ b/debian/libxkbcommon0.symbols @@ -67,10 +67,13 @@ libxkbcommon.so.0 libxkbcommon0 #MINVER# xkb_state_get_map@Base 0.2.0 xkb_state_group_index_is_active@Base 0.2.0 xkb_state_group_name_is_active@Base 0.2.0 + xkb_state_key_get_consumed_mods@Base 0.4.1 xkb_state_key_get_layout@Base 0.2.0 xkb_state_key_get_level@Base 0.2.0 xkb_state_key_get_one_sym@Base 0.2.0 xkb_state_key_get_syms@Base 0.2.0 + xkb_state_key_get_utf32@Base 0.4.1 + xkb_state_key_get_utf8@Base 0.4.1 xkb_state_layout_index_is_active@Base 0.2.0 xkb_state_layout_name_is_active@Base 0.2.0 xkb_state_led_index_is_active@Base 0.2.0 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

