summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2023-05-11 12:23:22 -0500
committerMike Gorse <mgorse@suse.com>2023-05-11 12:23:22 -0500
commit36b6bae1542a5201ff25ed16e4c026512f4fecdb (patch)
tree0ba5ff30edc4ba5f3926bce17139d3c0c8e5b555
parent1932aa90e8f2291abf7bfa237eafa48ef1e371f0 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_48_2.tar.gz
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index feb775fb..94f6f7ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+What's new in at-spi2-core 2.48.2:
+
+* Fixed a regression in 2.48.1 where the bus launcher would fail if
+ dbus-broker was configured at build time but not installed on the system.
+
What's new in at-spi2-core 2.48.1:
* Fixes for atk-only builds under Windows.
diff --git a/meson.build b/meson.build
index 7a31de75..f051f8f0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.48.1',
+ version: '2.48.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',