summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',