From e077c6d5ea9b55e0ba7ddfbb140cf5a48bfb401e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Wed, 25 Apr 2018 08:31:38 +0200 Subject: Release 2.29.1 --- NEWS | 23 +++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) 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', -- cgit v1.2.1