summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-03-04 07:54:03 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2019-03-04 07:54:03 -0600
commite0a7ea9f91b0e1b5d7e16aef149e9b0c34d53ad6 (patch)
tree83f63508c5a3423807f7d54d44d06feb0e863e5d
parentb13ae6de09e7f29e8e818405ae68d315ec03152f (diff)
downloadat-spi2-core-gnome-3-26.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1008f96d..a522ed62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-core 2.26.3:
+
+* Fix a possible buffer overrun in the case of a very long
+ dbus session address (bgo#791124).
+
+* Fix atspi_table_cell_get_(row|column)_header_cells.
+
What's new in at-spi2-core 2.26.2:
* dist po/meson.build (bgo#789666).
diff --git a/configure.ac b/configure.ac
index ac49cabd..0ed64e76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [2.26.2], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-core], [2.26.3], [accessibility-atspi@lists.linux-foundation.org])
AC_PREREQ([2.59])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/meson.build b/meson.build
index aad4528f..6a47b157 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.26.2',
+ version: '2.26.3',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',