summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-01-31 17:39:00 -0600
committerMike Gorse <mgorse@novell.com>2011-01-31 17:40:45 -0600
commite96bd5dad00600969a4a58ade178f942cc174873 (patch)
treeb22d667033335c64c70ca25553b23f333887f845
parente1c5709455edfdce17519d7a56366e49b4aa1ab4 (diff)
downloadat-spi2-atk-e96bd5dad00600969a4a58ade178f942cc174873.tar.gz
Release v1.91.6 and fix a build errorAT_SPI2_ATK_1_91_6
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--schemas/Makefile.am2
3 files changed, 8 insertions, 2 deletions
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))