summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-09-02 13:32:11 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-09-02 15:05:39 -0500
commit8516a1d99eda85da98f72027f3012bb2ae728129 (patch)
treeef64b6cdff139aca87a2c5af662ac50b34e877b3
parent9cfd3ba585788c740f79237f770f26ddc115e7dd (diff)
downloadat-spi2-atk-8516a1d99eda85da98f72027f3012bb2ae728129.tar.gz
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e3f0108..d99787d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-atk 2.33.92:
+
+* License is now lGPL-2.1+.
+* Several test fixes (thanks to Samuel THibault).
+* Initialize desktop name/path early; needed since we now defer
+ registration.
+
What's new in at-spi2-atk 2.33.91:
* Defer registration until the main loop is entered. This fixes an issue
diff --git a/meson.build b/meson.build
index 78db0ab..91d80b6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('at-spi2-atk', 'c',
- version: '2.33.91',
+ version: '2.33.92',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',