summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2017-01-16 20:08:04 -0600
committerMike Gorse <mgorse@suse.com>2017-01-16 20:08:04 -0600
commit6a23f1521af526af667f4da5c4e99b0790fb9e56 (patch)
tree35598321bcd2425bb01e8746406a5cb464b06d19
parent95a8c7a52e4da84225de9e6e209192c9ee4ce067 (diff)
downloadat-spi2-core-6a23f1521af526af667f4da5c4e99b0790fb9e56.tar.gz
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 37845ecb..84885ca8 100644
--- a/NEWS
+++ b/NEWS
@@ -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])