[at-spi2-core/gi] Release v1.91.3



commit cae7da24b535b23fe304a8f496324a31bc813099
Author: Mike Gorse <mgorse novell com>
Date:   Mon Nov 29 18:54:56 2010 -0500

    Release v1.91.3

 NEWS              |    7 +++++++
 atspi/Makefile.am |    2 +-
 configure.ac      |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1748331..184e58c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in at-spi2-core 1.91.3:
+
+* Added a C-based AT-side binding (libatspi) which can be used in
+  conjunction with GObject introspection to generate bindings for other
+  languages.  However, this release has many bugs and is more of a development
+  snapshot than a usable release.
+
 What's new in at-spi2-core 1.91.2:
 
 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
diff --git a/atspi/Makefile.am b/atspi/Makefile.am
index e4788ba..64d9ada 100644
--- a/atspi/Makefile.am
+++ b/atspi/Makefile.am
@@ -13,7 +13,7 @@ libatspi_la_LIBADD = $(DBUS_GLIB_LIBS) \
 libatspidir = $(includedir)/at-spi-1.0/atspi
 
 libatspi_la_SOURCES =		\
-	atspi.h			\
+	atspi.h	\
 	atspi-accessible.c \
 	atspi-accessible.h \
 	atspi-action.c \
diff --git a/configure.ac b/configure.ac
index 95ef38f..9d6bf62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [1.91.2], [accessibility-atspi lists linux-foundation org])
+AC_INIT([at-spi2-core], [1.91.3], [accessibility-atspi lists linux-foundation org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])



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