summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2022-08-06 09:22:01 -0500
committerMike Gorse <mgorse@suse.com>2022-08-06 09:41:05 -0500
commit591ccfe66aa4c50d6bf8f6050728273f598a79a5 (patch)
tree5c6a62da5c6214e435cc623a3bf06763b41ff141
parentab979c443ac11375a6baecfca897b0a44acdf861 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_45_90.tar.gz
-rw-r--r--NEWS19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 520b2c41..1fd9bbef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+What's new in at-spi2-core 2.45.90:
+
+* xml: Add some documentation.
+
+* xml: Fix event arguments.
+
+* xml: Add some missing DeviceEventController methods.
+
+* Bind the AT-SPI bus to the graphical session.
+
+* Mark bus service as belonging to the session slice.
+
+* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
+
+* Add an "announcement" event/signal to allow objects to send
+ notifications (!63).
+
+* Various code clean-ups and test improvements.
+
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
diff --git a/meson.build b/meson.build
index 83da360f..d7863d6b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.45.1',
+ version: '2.45.90',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',