diff options
author | Mike Gorse <mgorse@suse.com> | 2017-01-16 20:08:04 -0600 |
---|---|---|
committer | Mike Gorse <mgorse@suse.com> | 2017-01-16 20:08:04 -0600 |
commit | 6a23f1521af526af667f4da5c4e99b0790fb9e56 (patch) | |
tree | 35598321bcd2425bb01e8746406a5cb464b06d19 | |
parent | 95a8c7a52e4da84225de9e6e209192c9ee4ce067 (diff) | |
download | at-spi2-core-6a23f1521af526af667f4da5c4e99b0790fb9e56.tar.gz |
2.23.4AT_SPI2_CORE_2_23_4
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +What's new in at-spi2-core 2.23.4: + +* Don't pull in X headers if x11 is disabled (bgo#773710). + +* at-spi-bus-launcher: session management fixes (bgo#774441). + + +* events: add recently added page changed event (bgo#719898). + +* roles: EXTENDED roles are deprecated (bgo#W720123). + + What's new in at-spi2-core 2.2.0: * at-spi-bus-launcher: fix uninitialized variable. diff --git a/configure.ac b/configure.ac index b3bd2ccc..488255e0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.22.0], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.23.4], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) |