summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-05-15 12:06:46 +0300
committerRan Benita <ran234@gmail.com>2014-05-15 12:06:46 +0300
commit1aea81c273127b74624fea4cfe8028352446a722 (patch)
treec966ef02fae81d22adb7171e73d1e0f35a119b8b /NEWS
parente3f751be660e28e48d1477660e99e5456c864296 (diff)
downloadxorg-lib-libxkbcommon-1aea81c273127b74624fea4cfe8028352446a722.tar.gz
Update NEWS
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f230f1..8b1976d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+libxkbcommon 0.4.2 - 2014-05-15
+==================
+
+- Fixed a bug where explicitly passing "--enable-x11" to ./configure would
+ in fact disable it (regressed in 0.4.1).
+
+- Added @since version annotations to the API documentation for everything
+ introduced after the initial stable release (0.2.0).
+
+- Added a section to the documentation about keysym transformations, and
+ clarified which functions perform a given transformation.
+
+- XKB files which fail to compile during keymap construction can no longer
+ have any effect on the resulting keymap: changes are only applied when
+ the entire compilation succeeds.
+ Note: this was a minor correctness issue inherited from xkbcomp.
+
+- Fix an out-of-bounds array access in src/x11/util.c:adopt_atoms()
+ error-handling code.
+ Note: it seems impossible to trigger in the current code since the input
+ size cannot exceed the required size.
+
libxkbcommon 0.4.1 - 2014-03-27
==================