diff options
author | Ran Benita <ran234@gmail.com> | 2018-08-03 13:55:17 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2018-08-03 13:55:17 +0300 |
commit | 1a138abf7580868cd42b1ff4b025b3ff5bf1471a (patch) | |
tree | f38a78a706d96e60a767c1ab8bb5566b9397bc2c /NEWS | |
parent | 1f3666915bc31a1133f2d53d0f81c03df7241bad (diff) | |
download | libxkbcommon-1a138abf7580868cd42b1ff4b025b3ff5bf1471a.tar.gz libxkbcommon-1a138abf7580868cd42b1ff4b025b3ff5bf1471a.tar.bz2 libxkbcommon-1a138abf7580868cd42b1ff4b025b3ff5bf1471a.zip |
Update NEWS
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,40 @@ +libxkbcommon 0.8.1 - 2018-08-03 +================== + +- Fix various problems found in the meson build (see commit messages for more + details): + + - Fix compilation on Darwin. + + - Fix compilation of the x11 tests and demos when XCB is installed in a + non-standard location. + + - Fix xkbcommon-x11.pc missing the Requires specification. + +- Fix various problems found with fuzzing and Coverity (see commit messages for + more details): + + - Fix stack overflow in the XKB text format parser when evaluating boolean + negation. + + - Fix NULL-dereferences in the XKB text format parser when some unsupported + tokens appear (the tokens are still parsed for backward compatibility). + + - Fix NULL-dereference in the XKB text format parser when parsing an + xkb_geometry section. + + - Fix an infinite loop in the Compose text format parser on some inputs. + + - Fix an invalid free() when using multiple keysyms. + +- Replace the Unicode characters for the leftanglebracket and rightanglebracket + keysyms from the deprecated LEFT/RIGHT-POINTING ANGLE BRACKET to + MATHEMATICAL LEFT/RIGHT ANGLE BRACKET. + +- Reject out-of-range Unicode codepoints in xkb_keysym_to_utf8 and + xkb_keysym_to_utf32. + + libxkbcommon 0.8.0 - 2017-12-15 ================== @@ -18,6 +55,7 @@ libxkbcommon 0.8.0 - 2017-12-15 xkb_keysym_to_upper() xkb_keysym_to_lower() + libxkbcommon 0.7.2 - 2017-08-04 ================== |