summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS23
-rw-r--r--meson.build2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f04549d..3d98fa1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Changes in version 2.29.1
+=========================
+
+Important note: this is the first release without autotools
+support. From now on only meson would be supported.
+
+* Bugfixing:
+ * Bug 794513: Setting accessible-role does not work
+
+* Build, autotools:
+ * Bug 795315: Remove autotools support
+
+* Build, meson
+ * Bug 795065: Fix linker options on Darwin
+ * Bug 795301: meson: follow meson_options convention
+
+Contributors:
+ Ignacio Casal Quinteiro, Alejandro Piñeiro, Samuel Thibault
+
+Translations:
+ gogo (hr), Cheng-Chia Tseng (zh_TW), Daniel Șerbănescu (ro)
+
+
Changes in version 2.28.1
=========================
diff --git a/meson.build b/meson.build
index 539afbc..51f5f5d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.28.1',
+ version: '2.29.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',