summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2015-03-23 18:30:45 -0500
committerMike Gorse <mgorse@suse.com>2015-03-23 18:30:45 -0500
commit9fc5e230f8d229329820ae9d7e409824769102ac (patch)
tree20ec6f373cda691c9fea1b7bf3994c26b09fdbad
parent898de723a8c6ad09605bf21b821432978bbf18c1 (diff)
downloadat-spi2-core-9fc5e230f8d229329820ae9d7e409824769102ac.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--doc/libatspi/tmpl/atspi-constants.sgml4
3 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 55d816ea..1fe33bec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.16.0:
+
+* Fix a couple of gtk-doc warnings (fdo#89678).
+
What's new in at-spi2-core 2.15.90:
* Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969)
diff --git a/configure.ac b/configure.ac
index 9bb6fa94..e90411ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.15.90], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.16.0], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/libatspi/tmpl/atspi-constants.sgml b/doc/libatspi/tmpl/atspi-constants.sgml
index 967c6a18..5565e24c 100644
--- a/doc/libatspi/tmpl/atspi-constants.sgml
+++ b/doc/libatspi/tmpl/atspi-constants.sgml
@@ -454,6 +454,10 @@ Constant definitions needed by multiple interfaces.
@ATSPI_ROLE_RATING:
@ATSPI_ROLE_TIMER:
@ATSPI_ROLE_STATIC:
+@ATSPI_ROLE_MATH_FRACTION:
+@ATSPI_ROLE_MATH_ROOT:
+@ATSPI_ROLE_SUBSCRIPT:
+@ATSPI_ROLE_SUPERSCRIPT:
@ATSPI_ROLE_LAST_DEFINED:
<!-- ##### MACRO ATSPI_ROLE_COUNT ##### -->