From: Mike Gorse Date: Mon, 15 Aug 2011 21:30:32 +0000 (-0500) Subject: Release v2.1.5 X-Git-Tag: AT_SPI2_ATK_2_12_0~189 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=524e78d6743b9d17f122f233122419728ae6372d Release v2.1.5 --- diff --git a/NEWS b/NEWS index 462b524..0249081 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +What's new in at-spi2-atk 2.1.5: + +* Use libatspi constants rather than keeping duplicate copies of the + constants in at-spi2-atk. + +* Fixed some problems when shutting down and restarting the module. + What's new in at-spi2-atk 2.1.4: * Ensure the detail integers are initialized before sending events. diff --git a/configure.ac b/configure.ac index 99a8c96..3518873 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.1.4], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.1.5], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0