summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2019-10-19 00:33:09 +0300
committerRan Benita <ran@unusedvar.com>2019-10-19 00:41:36 +0300
commita88a0710f95c0422f52c54d9bad14b2cc45e3dd0 (patch)
tree4c1fa6f94d9abaf25e76e97316ef694f94864535 /NEWS
parente41dc19a221c4510bd239d8468c39ff0b7fd1ecd (diff)
downloadxorg-lib-libxkbcommon-a88a0710f95c0422f52c54d9bad14b2cc45e3dd0.tar.gz
Bump version to 0.9.0xkbcommon-0.9.0
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5936fce..3650546 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+libxkbcommon 0.9.0 - 2019-10-19
+==================
+
+- Move ~/.xkb to before XKB_CONFIG_ROOT (the system XKB path, usually
+ /usr/share/X11/xkb) in the default include path. This enables the user
+ to have full control of the keymap definitions, instead of only augmenting
+ them.
+
+- Remove the Autotools build system. Use the meson build system instead.
+
+- Fix invalid names used for levels above 8 when dumping keymaps. Previously,
+ e.g. "Level20" was dumped, but only up to "Level8" is accepted by the
+ parser. Now "20" is dumped.
+
+- Change level references to always be dumped as e.g. "5" instead of "Level5".
+
+ Change group references to always be dumped capitalized e.g. "Group3" instead
+ of "group3". Previously it was inconsistent.
+
+ These changes affect the output of xkb_keymap_get_as_string().
+
+- Fix several build issues on macOS/Darwin, Solaris, NetBSD, cross compilation.
+
+- Port the interactive-wayland test program to the stable version of xdg-shell.
+
+
libxkbcommon 0.8.4 - 2019-02-22
==================