summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2023-03-04 11:32:41 -0600
committerMike Gorse <mgorse@suse.com>2023-03-04 11:32:41 -0600
commitf7fdcb9ddb054724657794b2ee944dcf53fe77db (patch)
treea73cfe36c5447e7938e975c4d7e4711a42a944dc
parentb04f4587c77ffa4f804a994b5b4a99f6842b87a9 (diff)
downloadat-spi2-core-f7fdcb9ddb054724657794b2ee944dcf53fe77db.tar.gz
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
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',