summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-03-04 06:21:58 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2019-03-04 06:21:58 -0600
commit9fa28b74e69fbdf67e83945113200423af8af4cd (patch)
tree8a520726781b06a483a8621317dceafb3cfa8d7d
parent96b405ae1cc3af6bfa91d12f13a6d24da994efd1 (diff)
downloadat-spi2-core-gnome-3-28.tar.gz
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3092770b..eb8a59ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-core 2.28.1:
+
+* Fix atspi_table_cell_get_(row|column)_header_cells.
+
What's new in at-spi2-core 2.27.92:
* Support building a static library (bgo#793652).
diff --git a/meson.build b/meson.build
index 86e2a4a3..37665106 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.28.0',
+ version: '2.28.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',