diff options
author | Ran Benita <ran234@gmail.com> | 2017-01-18 20:16:15 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2017-01-18 20:16:15 +0200 |
commit | 18d53732f291e96f3f66b2d96b8ff8622eac5975 (patch) | |
tree | c4c0c576058a9d8145c2d6413881c379faba4857 /NEWS | |
parent | 47d6e5a8d9a5260a57a51f2620f193b105281133 (diff) | |
download | libxkbcommon-18d53732f291e96f3f66b2d96b8ff8622eac5975.tar.gz libxkbcommon-18d53732f291e96f3f66b2d96b8ff8622eac5975.tar.bz2 libxkbcommon-18d53732f291e96f3f66b2d96b8ff8622eac5975.zip |
Update NEWS
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +libxkbcommon 0.7.1 - 2017-01-18 +================== + +- Fixed various reported problems when the current locale is tr_TR.UTF-8. + + The function xkb_keysym_from_name() used to perform case-insensitive + string comparisons in a locale-dependent way, but required it to to + work as in the C/ASCII locale (the so called "Turkish i problem"). + + The function is now no longer affected by the current locale. + +- Fixed compilation in NetBSD. + + libxkbcommon 0.7.0 - 2016-11-11 ================== |