summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',