summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-03-04 05:57:36 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2019-03-04 05:57:36 -0600
commit23c27dfc4b0caefd7fa9d59c3e452000557bab7f (patch)
treefe181d435236ea04e5e4b03b93c9ebce0f927ec0
parent90315b85e0fd8fcf59a51cb64ad981e8f54c5295 (diff)
downloadat-spi2-core-AT_SPI2_CORE_2_31_92.tar.gz
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0bdac244..6a141e29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-What's new in at-spi2-core 2.31.2:
+What's new in at-spi2-core 2.31.92:
+
+* Fix atspi_table_cell_get_(row_column)_headers.
+
+* Update documentation to indicate that extents are only meaningful
+ when an object has both STATE_VISIBLE and STATE_SHOWING.
+
+* Use a consistent style for the meson options.
+
+* Fix a compiler warning on BSD.
+
* Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces.
diff --git a/meson.build b/meson.build
index f47cbc78..62ef1299 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.31.2',
+ version: '2.31.92',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',