From: Alejandro PiƱeiro Date: Mon, 28 Oct 2013 19:17:24 +0000 (+0100) Subject: Release 2.11.1 X-Git-Tag: ATK_2_11_1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba8f87dce97ff221e7796a09ebbde1f9c6dbc73d;p=platform%2Fupstream%2Fatk.git Release 2.11.1 --- diff --git a/NEWS b/NEWS index 40b1061..0e68cd5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in version 2.11.1: +========================== +* +* Bug 684667: Improve AtkObject::children-changed documentation +* Bug 709351: new role ATK_ROLE_TITLE_BAR +* Bug 710463: new role ATK_ROLE_BLOCK_QUOTE +* Updated Spanish translation + Changes in version 2.10.0: ========================== * diff --git a/configure.ac b/configure.ac index b022300..a5c3885 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0. dnl The triplet m4_define([atk_major_version], [2]) -m4_define([atk_minor_version], [10]) -m4_define([atk_micro_version], [0]) +m4_define([atk_minor_version], [11]) +m4_define([atk_micro_version], [1]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version])