summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-03-04 07:11:30 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2019-03-04 07:11:30 -0600
commit036eccfe71da7b6212d032c9aae601b256bd55ae (patch)
tree8b313a71d106e0cdfa4edf105eff53a505170dd2
parente9431de0a228df9bfe3c42e5d20bba10a8076cf9 (diff)
downloadat-spi2-atk-gnome-3-30.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 7dde170..1aecefa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi2-atk 2.30.1:
+
+* Fix crash retrieving table cell headers.
+
What's new in at-spi2-atk 2.29.1:
* Fix a case where we could return without unlocking a mutex (bgo#793625).
diff --git a/meson.build b/meson.build
index dbe6f8f..94b5776 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.30.0',
+ version: '2.30.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',