summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2022-02-04 12:41:50 +0200
committerRan Benita <ran@unusedvar.com>2022-02-04 12:41:50 +0200
commitea6580cc3913d93655ecf92a5913de652315efc3 (patch)
treef11e0db2c9ba750b86a5de045d24763d4bc8d6d6 /NEWS
parent1c8ef9e0a5584e883e12a7a59d9b79d21246767d (diff)
downloadxorg-lib-libxkbcommon-ea6580cc3913d93655ecf92a5913de652315efc3.tar.gz
Bump version to 1.4.0xkbcommon-1.4.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 1c945b4..3b35bb6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+libxkbcommon 1.4.0 - 2022-02-04
+==================
+
+- Add `enable-tools` option to Meson build (on by default) to allow disabling
+ the `xkbcli` tools.
+
+ Contributed by Alex Xu (Hello71).
+
+- In `xkbcli list`, fix "YAML Norway problem" in output.
+
+ Contributed by Peter Hutterer.
+
+- In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent
+ layout if omitted.
+
+ Contributed by M Hickford.
+
+- In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to
+ be called by libraries.
+
+ Contributed by Peter Hutterer.
+
+- In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries.
+
+ Contributed by Peter Hutterer.
+
libxkbcommon 1.3.1 - 2021-09-10
==================