Release v1.91.6 and fix a build error
authorMike Gorse <mgorse@novell.com>
Mon, 31 Jan 2011 23:39:00 +0000 (17:39 -0600)
committerMike Gorse <mgorse@novell.com>
Mon, 31 Jan 2011 23:40:45 +0000 (17:40 -0600)
NEWS
configure.ac
schemas/Makefile.am

diff --git a/NEWS b/NEWS
index 2a7e79f..baf1353 100644 (file)
--- 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.
 What's new in at-spi2-atk 1.91.5:
 
 * Fixed some memory leaks.
index 1795b8a..e46ebd7 100644 (file)
@@ -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
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
index 96ff710..116a81c 100644 (file)
@@ -9,4 +9,4 @@ CLEANFILES = org.a11y.atspi.gschema.xml
 
 EXTRA_DIST = \
        $(gsettings_SCHEMAS) \
 
 EXTRA_DIST = \
        $(gsettings_SCHEMAS) \
-       $(patsubst %,%.in,$(GSETTINGS_SCHEMAS))
+       $(patsubst %,%.in,$(gsettings_SCHEMAS))