[at-spi2-atk] Release v1.91.6 and fix a build error



commit e96bd5dad00600969a4a58ade178f942cc174873
Author: Mike Gorse <mgorse novell com>
Date:   Mon Jan 31 17:39:00 2011 -0600

    Release v1.91.6 and fix a build error

 NEWS                |    6 ++++++
 configure.ac        |    2 +-
 schemas/Makefile.am |    2 +-
 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))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]