Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxkbcommon
Commits: 1915632e by Ran Benita at 2021-05-08T21:08:37+03:00 compose: add mapped locale to Compose-file-not-found error log Signed-off-by: Ran Benita <[email protected]> - - - - - b6aadd57 by Ran Benita at 2021-05-08T21:37:28+03:00 tools: add compose tool for Compose debugging Not very useful so not exposed in xkbcli. Signed-off-by: Ran Benita <[email protected]> - - - - - 8e9f943d by Peter Hutterer at 2021-05-14T08:45:03+10:00 scripts/update-keysyms: fix path to the include files after de1b6943d Signed-off-by: Peter Hutterer <[email protected]> - - - - - 7062ab97 by Ran Benita at 2021-05-22T19:36:22+03:00 xkbcommon: deprecate XK_approxeq and XK_notapproxeq Sync xorg-proto commit https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/commit/25f3278b85ec7d1c78bb150eaea52f9c98294ea4 Fixes: #82 Signed-off-by: Ran Benita <[email protected]> - - - - - 09ac27f7 by Ran Benita at 2021-05-22T19:51:02+03:00 ignore: remove no longer relevant gitignore files These were relevant for the autoconf build but now we're meson only. Signed-off-by: Ran Benita <[email protected]> - - - - - e2465c2a by Ran Benita at 2021-05-22T19:58:40+03:00 tests/data: add files needed to fully test compose Signed-off-by: Ran Benita <[email protected]> - - - - - 5b1b2f75 by Ran Benita at 2021-05-22T20:00:24+03:00 test/compose: clean up after a setenv Signed-off-by: Ran Benita <[email protected]> - - - - - 98f07da8 by Ran Benita at 2021-05-22T20:07:06+03:00 test/compose: add tests for xkb_compose_table_new_from_locale lookup Signed-off-by: Ran Benita <[email protected]> - - - - - 8507af73 by Ran Benita at 2021-05-22T20:11:10+03:00 test/tool-option-parsing: don't depend on build prefix Fixes: https://github.com/xkbcommon/libxkbcommon/issues/244 Signed-off-by: Ran Benita <[email protected]> - - - - - 1f7ffde9 by Ran Benita at 2021-05-22T20:20:12+03:00 ci: automatically create github release when tag is pushed Fixes: https://github.com/xkbcommon/libxkbcommon/issues/233 Signed-off-by: Ran Benita <[email protected]> - - - - - c4fdcba3 by Ran Benita at 2021-05-22T20:22:56+03:00 ci: also link to tarball in github release Signed-off-by: Ran Benita <[email protected]> - - - - - 1318bedb by Ran Benita at 2021-05-22T20:38:37+03:00 ci: some tweaks - Reduce permissions - Update some stuff Signed-off-by: Ran Benita <[email protected]> - - - - - eb59a1c5 by Ran Benita at 2021-06-10T17:13:57+03:00 bench/compose: fix compose file path Forgotten in e2465c2. Signed-off-by: Ran Benita <[email protected]> - - - - - 5419e577 by Simon Ser at 2021-07-12T12:25:48+03:00 tools/interactive-x11: use keysym to look for Esc Don't assume that keycode 9 means Escape. Instead, use the keymap to check for Esc. Logic copied from the Wayland version. Signed-off-by: Simon Ser <[email protected]> - - - - - f8c430cf by Ran Benita at 2021-07-31T22:03:33+03:00 tools/how-to-type: add --keysym for how to type a keysym Previously, could only check how to type a Unicode codepoint, but searching for a keysym directly is also occasionally useful. Signed-off-by: Ran Benita <[email protected]> - - - - - 4e361712 by Ran Benita at 2021-08-31T22:03:03+03:00 x11: stylistic fixes Signed-off-by: Ran Benita <[email protected]> - - - - - 4a576ab1 by Ran Benita at 2021-09-09T16:52:47+03:00 x11: try to fix crash in xkb_x11_keymap_new_from_device error handling In 1b3a1c277a033083fee669e92c8cad862716ebd1 we changed the error handling in this code to not bail out immediately but only after everything has been processed, to simplify the code. But I suspect the code isn't prepared for this and that's what causing the crash reported in the issue. Bring back the short-circuit error handling which would hopefully fix such crashes. Fixes: https://github.com/xkbcommon/libxkbcommon/issues/252 Signed-off-by: Ran Benita <[email protected]> - - - - - 88222c8d by Ran Benita at 2021-09-10T22:51:34+03:00 Bump version to 1.3.1 Signed-off-by: Ran Benita <[email protected]> - - - - - 2aac449e by Timo Aaltonen at 2021-10-20T12:24:57+03:00 Merge branch 'upstream-unstable' into debian-unstable - - - - - dd05b88c by Timo Aaltonen at 2021-10-20T12:25:15+03:00 bump version - - - - - e1d798c3 by Timo Aaltonen at 2021-10-20T12:27:27+03:00 release to sid - - - - - 20 changed files: - + .github/workflows/github-release.yml - .github/workflows/main.yml - NEWS - − bench/.gitignore - bench/compose.c - debian/changelog - − doc/.gitignore - − fuzz/.gitignore - include/xkbcommon/xkbcommon-keysyms.h - meson.build - scripts/update-keysyms - src/compose/table.c - src/x11/keymap.c - src/x11/util.c - − src/xkbcomp/.gitignore - − test/.gitignore - test/compose.c - + test/data/locale/compose.dir - test/data/compose/en_US.UTF-8/Compose → test/data/locale/en_US.UTF-8/Compose - + test/data/locale/locale.alias The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxkbcommon/-/compare/d342b7709403ff97d938638d4f37e0def8d6e7bc...e1d798c34eb673b9aba08b9f4876d8757db73701 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxkbcommon/-/compare/d342b7709403ff97d938638d4f37e0def8d6e7bc...e1d798c34eb673b9aba08b9f4876d8757db73701 You're receiving this email because of your account on salsa.debian.org.

