Update NEWS
authorRan Benita <ran234@gmail.com>
Thu, 15 May 2014 09:06:46 +0000 (12:06 +0300)
committerRan Benita <ran234@gmail.com>
Thu, 15 May 2014 09:06:46 +0000 (12:06 +0300)
Signed-off-by: Ran Benita <ran234@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 0f230f1..8b1976d 100644 (file)
--- 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
 ==================