summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2018-04-25 08:31:38 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2018-04-25 08:31:38 +0200
commite077c6d5ea9b55e0ba7ddfbb140cf5a48bfb401e (patch)
tree439f6858c4a5bdd15ab76c36e21fc57ddbb6e362
parent3dbaec56dd6bef2f1a521a9970b99193481a4f3f (diff)
downloadatk-e077c6d5ea9b55e0ba7ddfbb140cf5a48bfb401e.tar.gz
Release 2.29.1ATK_2_29_1
-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',