From: Mike Gorse Date: Mon, 10 Jan 2011 23:52:43 +0000 (-0600) Subject: Release v1.91.5 X-Git-Tag: AT_SPI2_ATK_2_12_0~323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=925e61678cdb0bcc359c8ad5933979449e8a7fb9;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git Release v1.91.5 --- 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