From: Mike Gorse Date: Mon, 31 Jan 2011 23:39:00 +0000 (-0600) Subject: Release v1.91.6 and fix a build error X-Git-Tag: AT_SPI2_ATK_2_12_0~316 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=e96bd5dad00600969a4a58ade178f942cc174873 Release v1.91.6 and fix a build error --- diff --git a/NEWS b/NEWS index 2a7e79f..baf1353 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +What's new in at-spi2-atk 1.91.6: + +* Fixed the path in org.a11y.atspi.gschema.xml for lib64. + +* Implemented SetPosition, SetExtents, and SetSize for components. + What's new in at-spi2-atk 1.91.5: * Fixed some memory leaks. diff --git a/configure.ac b/configure.ac index 1795b8a..e46ebd7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [1.91.5], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [1.91.6], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 96ff710..116a81c 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -9,4 +9,4 @@ CLEANFILES = org.a11y.atspi.gschema.xml EXTRA_DIST = \ $(gsettings_SCHEMAS) \ - $(patsubst %,%.in,$(GSETTINGS_SCHEMAS)) + $(patsubst %,%.in,$(gsettings_SCHEMAS))