diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-26 16:20:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-28 12:37:46 +0100 |
commit | d73e8796c6ff949db9525f125a448bf1adb5b74a (patch) | |
tree | 920be711bb7b890b23099662d8dd8d3f512c9de8 | |
parent | 8e680771d29230a0be432546c8b6c4efa8787728 (diff) | |
download | poky-d73e8796c6ff949db9525f125a448bf1adb5b74a.tar.gz |
at-spi2-core: upgrade 2.48.4 -> 2.50.0
Changelog:
===========
* Fix at-spi2-atk test when running under a non-English locale.
* collection: Avoid locking up if an object has a very large child count
* Fix possible NULL pointer dereference when deregistering an event listener.
* Various fixes for the new key grabbing API.
* Don't wait for a reply when registering or deregistering keystroke
listeners.
* Add a meson option to exclude the gtk2 atk-bridge module.
* Fix a test failure/timeout.
* Add atspi_get_version() to return the runtime version of the library.
* Collection: fix match testing for attributes.
* Fix a NULL pointer dereference when deregistering an event listener that
doesn't include a detail.
* Fix the documentation for interfaces in collection match rules.
* Add an AtspiLive enum to specify the politeness level for live regions,
and document that this should be used for Announcement signals. Also add a
notification signal in atk to replace the announcement signal that lacks
the politeness information.
* Add an asynchronous version of atspi_generate_mouse_event.
* TableCell.xml: Add Get{Column,Row}HeaderCells methods
* atspi_accessible_get_localized_role_name: Use internal names when possible.
* Add a non-recursive function to clear a single object's cache.
* Code clean-ups.
(From OE-Core rev: 12912febdd5490c283576be36284f90e99eecff3)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.50.0.bb (renamed from meta/recipes-support/atk/at-spi2-core_2.48.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.48.4.bb b/meta/recipes-support/atk/at-spi2-core_2.50.0.bb index 0f355d8af7..57958fb7f5 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.48.4.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.50.0.bb | |||
@@ -11,7 +11,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | |||
11 | 11 | ||
12 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" | 12 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "29ecb12992e8339675f5d755c8735ea3ea298379cfa2c93fde96bee5dc57a515" | 14 | SRC_URI[sha256sum] = "e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc" |
15 | 15 | ||
16 | DEPENDS = " \ | 16 | DEPENDS = " \ |
17 | dbus \ | 17 | dbus \ |