From f7fdcb9ddb054724657794b2ee944dcf53fe77db Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Sat, 4 Mar 2023 11:32:41 -0600 Subject: 2.47.90 --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 667928c9..30676c1a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +What's new in at-spi2-core 2.47.90: + +* Downgrade meson requirement to 0.63. + +* at-spi-dbus-bus service: set stop timeout to 5s + +* Fix possible crash in screen_reader_signal_watcher. + What's new in at-spi2-core 2.47.1: * The meson options -Dx11 and -Dintrospection are now implemented with meson features - https://mesonbuild.com/Build-options.html#features diff --git a/meson.build b/meson.build index f659daf4..c83059fd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('at-spi2-core', 'c', - version: '2.47.1', + version: '2.47.90', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1