summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-01-10 17:52:43 -0600
committerMike Gorse <mgorse@novell.com>2011-01-10 17:52:43 -0600
commit925e61678cdb0bcc359c8ad5933979449e8a7fb9 (patch)
tree271c4dbd5737da8e688d765bc82e8f328abf4725
parenta033d164a1eae7651577e2503c7b73c506409bd1 (diff)
downloadat-spi2-atk-AT_SPI2_ATK_1_91_5.tar.gz
Release v1.91.5AT_SPI2_ATK_1_91_5
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d202b8f..2a7e79f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+What's new in at-spi2-atk 1.91.5:
+
+* Fixed some memory leaks.
+
+* Fixed a crash if peer-to-peer connections are disabled.
+
+* Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
+
+What's new in at-spi2-atk 1.91.4:
+
+* Support direct dbus connections to improve performance if dbus-glib
+ 0.90 or greater is available.
+
+* Added a GSettings key to specify the location of libatk-bridge.so.
+
+* Added a desktop file to load gail and atk-bridge with the new
+ gnome-settings-daemon.
+
What's new in at-spi2-atk 1.91.3:
* Attributes in a collection match rule are now expected to be sent as a
diff --git a/configure.ac b/configure.ac
index 538684a..53f360c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [1.91.4], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [1.91.5], [accessibility-atspi@lists.linux-foundation.org])
AC_CONFIG_AUX_DIR(config)
AT_SPI_ATK_MAJOR_VERSION=0