summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2017-12-15 21:40:30 +0200
committerRan Benita <ran234@gmail.com>2017-12-15 21:40:30 +0200
commit3db1b9d501a3fd76efa8d080ae38c27c74542c38 (patch)
tree4827da359c28420ad4b5ddd48e6aa87ed3a02591 /NEWS
parent8ce81c0607da0d821bb79bcac7c7a07d9f863a42 (diff)
downloadxorg-lib-libxkbcommon-3db1b9d501a3fd76efa8d080ae38c27c74542c38.tar.gz
Update NEWS
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 15859ae..b95087a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,23 @@
-libxkbcommon 0.8.0 - UNRELEASED
+libxkbcommon 0.8.0 - 2017-12-15
+==================
-- Add xkb_keysym_to_{upper,lower} to perform case-conversion directly on
+- Added xkb_keysym_to_{upper,lower} to perform case-conversion directly on
keysyms. This is useful in some odd cases, but working with the Unicode
representations should be preferred when possible.
- Added Unicode conversion rules for the signifblank and permille keysyms.
+- Fixed a bug in the parsing of XKB key type definitions where the number
+ of levels were determined by the number of level *names*. Keymaps which
+ omit level names were hence miscompiled.
+
+ This regressed in version 0.4.3. Keymaps from xkeyboard-config were not
+ affected since they don't omit level names.
+
- New API:
xkb_keysym_to_upper()
xkb_keysym_to_lower()
-==================
libxkbcommon 0.7.2 - 2017-08-04
==================