[at-spi2-core/gnome-3-26] 2.26.3



commit e0a7ea9f91b0e1b5d7e16aef149e9b0c34d53ad6
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon Mar 4 07:54:03 2019 -0600

    2.26.3

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1008f96..a522ed6 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 ac49cab..0ed64e7 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 aad4528..6a47b15 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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]