From 591ccfe66aa4c50d6bf8f6050728273f598a79a5 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Sat, 6 Aug 2022 09:22:01 -0500 Subject: 2.45.90 --- NEWS | 19 +++++++++++++++++++ meson.build | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1