commit 0e25df1cc9d37ebf245423667c7fcd712828a3f1
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Feb 18 17:32:45 2014 +0100

    3.11.90

M	NEWS
M	configure.ac

commit 8b25e9fcbf67f728d65b16aaa4d2116304ddd113
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Nov 18 15:42:02 2013 +0100

    gnome-xkb-info: Apply main layout locale metadata to variants
    
    If a variant doesn't specify language/country metadata then we should
    file it under its main layout's language/country.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711291

M	libgnome-desktop/gnome-xkb-info.c

commit 579456e7b66eaf0bccd07e1f6fb2a4f8101336b3
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Feb 12 22:07:56 2014 +0100

    gnome-xkb-info: Remove xkbfile dependency
    
    This code was originally from gnome-settings-daemon but got moved here
    so that we could be sure that all GnomeXkbInfo users were using the
    same xkb rules file by getting it from the X server.
    
    As we move towards wayland though, we find ourselves in a position to
    specify how and where xkb data resides so we can drop this
    dependency. Instead, for now, we'll just hardcode the path to the xkb
    data from the xkeyboard-config XKB_DATA compile time variable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719942

M	configure.ac
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-desktop-3.0.pc.in
M	libgnome-desktop/gnome-xkb-info.c
M	libgnome-desktop/gnome-xkb-info.h
M	libgnome-desktop/test-xkb-info.c