Release v1.91.92 and fix some build errors AT_SPI2_CORE_1_91_92
authorMike Gorse <mgorse@novell.com>
Mon, 21 Mar 2011 23:31:23 +0000 (16:31 -0700)
committerMike Gorse <mgorse@novell.com>
Mon, 21 Mar 2011 23:31:23 +0000 (16:31 -0700)
Makefile.am
NEWS
dbind/Makefile.am

index abbae7a..d397175 100644 (file)
@@ -10,12 +10,12 @@ SUBDIRS=po dbind xml atspi bus registryd doc
 ACLOCAL_AMFLAGS=-I m4
 
 EXTRA_DIST = \
-       atspi-2.0-uninstalled.pc.in \
+       atspi-2-uninstalled.pc.in \
        atspi-2.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = atspi-2.pc
 
 DISTCLEANFILES = \
-       atspi-2.0-uninstalled.pc \
+       atspi-2-uninstalled.pc \
        atspi-2.pc
diff --git a/NEWS b/NEWS
index 8fa71cf..93a6ae3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+What's new in at-spi2-core 1.91.92:
+
+* Fixed atspi_table_get_column_header and atspi_value_set_current_value.
+
+* Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
+  modified to fix a crash (FDO#35115).  Session management code has been
+  ported to gdbus.
+
+* Fixed a crash when deregistering a keystroke listener.
+
+* Reworked accessibility bus management (BGO#644851).
+
+* Fixed a possible sign issue with state sets.
+
 What's new in at-spi2-core 1.91.91:
 
 * Changed device event IPC to use uint32 for hw_code and modifiers, to be
index 52b3ac2..0ca43c0 100644 (file)
@@ -19,6 +19,6 @@ libdbind_la_LIBADD = $(DBUS_LIBS) $(GLIB_LIBS)
 TESTS = dbtest
 
 check_PROGRAMS = dbtest
-dbtest_SOURCES = dbtest.c
+dbtest_SOURCES = dbtest.c ../atspi/atspi-gmain.c
 dbtest_LDFLAGS = libdbind.la
-dbtest_LDADD = $(DBUS_GLIB_LIBS)
+dbtest_LDADD = $(DBUS_LIBS)