summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2018-03-12 19:29:51 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2018-03-12 19:29:51 -0500
commitc210da7e817f36643fb6b3fb3410103f9887dcf8 (patch)
tree5a55432eca10220d3271c3b0cdcc25e8d0c7c3f8
parenta151316c7f926e7c5b2b711a5c97fc123f1d1c53 (diff)
downloadat-spi2-core-c210da7e817f36643fb6b3fb3410103f9887dcf8.tar.gz
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3bffa91f..3092770b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+What's new in at-spi2-core 2.27.92:
+
+* Support building a static library (bgo#793652).
+\
+* Fix build on FreeBSD (bgo#791608).
+
What's new in at-spi2-core 2.27.1:
* Dropped autotools support.
diff --git a/meson.build b/meson.build
index aaa0f723..86e2a4a3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-core', 'c',
- version: '2.27.1',
+ version: '2.28.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',