diff mbox series

[3/3] at-spi2-core: upgrade 2.60.6 -> 2.62.0.1

Message ID 20260919162323.3862788-6-tim.orling@konsulko.com
State New
Headers show
Series [1/3] at-spi2-core: RDEPENDS on gsettings-desktop-schemas | expand

Commit Message

Tim Orling Sept. 19, 2026, 4:23 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

What's new in at-spi2-core 2.62.0:

* atk-bridge: Release disconnected direct connections.

What's new in at-spi2-core 2.61.90:

* libatspi: Fix transfer annotation on atspi_document_get_text_selections
* Add a Ready signal to org.a11y.atspi.Cache.
* Add ATSPI_STATE_DEFAULT as an alias for ATSPI_STATE_IS_DEFAULT, so that
  StateChanged signals for the equivalent atk state are handled.

What's new in at-spi2-core 2.61.1:

* atk-bridge: Attempt to fix a crash in get_registered_event_listeners
* AtspiDevice: Avoid assigning 0 as a grab id
* Remove G_GNUC_CONST from *_get_type_declarations

What's new in at-spi2-core 2.61.0:

* Add atspi_set_g_main_loop_reentrancy. If this is enabled, then
  libatspi will use a GMainLoop when waiting for replies from DBus calls.
  This is off by default but can be enabled in cases where reentrancy is
  needed.
* at-spi-bus-launcher: Rework the way org.a11y.Status.IsEnabled is
  handled. At-spi-bus-launcher now listens for ATs registering events and
  assumes that accessibility is enabled if events are registered, rather
  than relying on the value of a gsettings key.
* meson: Build dbind with -DG_LOG_DOMAIN=atspi.
* libatspi: Disable direct DBus connections if ATSPI_DISABLE_P2P is set.
* Do not call GetItems if ATSPI_NO_CACHE is set.

Upstream release notes:
https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/main/NEWS

For a full comparison of changes, see:
https://github.com/GNOME/at-spi2-core/compare/2.60.6...2.62.0.1

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---

NOTE: this depends on https://lore.kernel.org/openembedded-core/20260917074956.22252-2-jaipaul.cheernam@est.tech/

 .../atk/{at-spi2-core_2.60.6.bb => at-spi2-core_2.62.0.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/atk/{at-spi2-core_2.60.6.bb => at-spi2-core_2.62.0.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-support/atk/at-spi2-core_2.60.6.bb b/meta/recipes-support/atk/at-spi2-core_2.62.0.1.bb
similarity index 95%
rename from meta/recipes-support/atk/at-spi2-core_2.60.6.bb
rename to meta/recipes-support/atk/at-spi2-core_2.62.0.1.bb
index 5c676d639f..0274c2de75 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.60.6.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.62.0.1.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 CVE_PRODUCT += "at-spi2-atk"
 
-SRC_URI[archive.sha256sum] = "a89b64a8b217a8042bdf0e35cbfab629ceee35640dba75df578afde9aa789d57"
+SRC_URI[archive.sha256sum] = "fa462f1834bae569c5944c34608872f9447e5a2889ba2aa4d5ff9f2d6ff8a395"
 
 DEPENDS = " \
 	dbus \