[at-spi2-core] Release v1.91.92 and fix some build errors



commit 5ce6219707b961ac37424b6c7b5bbc68cbd267ed
Author: Mike Gorse <mgorse novell com>
Date:   Mon Mar 21 16:31:23 2011 -0700

    Release v1.91.92 and fix some build errors

 Makefile.am       |    4 ++--
 NEWS              |   14 ++++++++++++++
 dbind/Makefile.am |    4 ++--
 3 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index abbae7a..d397175 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
--- 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
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index 52b3ac2..0ca43c0 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -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)



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