Release v1.91.3 AT_SPI2_CORE_1_91_3
authorMike Gorse <mgorse@novell.com>
Mon, 29 Nov 2010 23:54:56 +0000 (18:54 -0500)
committerMike Gorse <mgorse@novell.com>
Mon, 29 Nov 2010 23:54:56 +0000 (18:54 -0500)
NEWS
atspi/Makefile.am
configure.ac

diff --git a/NEWS b/NEWS
index 1748331..184e58c 100644 (file)
--- 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.
index e4788ba..64d9ada 100644 (file)
@@ -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 \
index 95ef38f..9d6bf62 100644 (file)
@@ -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])