From 3fda30268d435db86c29dbbfe8beba453e0f129f Mon Sep 17 00:00:00 2001 From: liyuan Date: Fri, 15 Dec 2006 11:06:40 +0000 Subject: [PATCH] 2006-12-15 Li Yuan * configure.in, NEWS: Uprev/release 1.7.14 for gnome 2.17.4. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@870 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 4 ++++ NEWS | 9 +++++++++ configure.in | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 23e4445..d71f5d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-15 Li Yuan + + * configure.in, NEWS: Uprev/release 1.7.14 for gnome 2.17.4. + 2006-12-14 Li Yuan Fix for #352444 diff --git a/NEWS b/NEWS index 0d4ebb0..87fcb49 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +What's new in at-spi-1.7.14: + +* We now get te value of display using the env var DISPLAY rather than + using the gdk_display_get_default to avoid dependancy of gdk. Also, + once the registry is started, we set the ior of the registry as + an X property. + +* Bugfixes: #361386, #369377, #382271, #372172, #163132, #377079, #352444 + What's new in at-spi-1.7.12: * Modified parameter names in some IDL to avoid class name collisions diff --git a/configure.in b/configure.in index 74e42bb..009bdc7 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(idl/Accessibility.idl) AT_SPI_MAJOR_VERSION=1 AT_SPI_MINOR_VERSION=7 -AT_SPI_MICRO_VERSION=13 +AT_SPI_MICRO_VERSION=14 AT_SPI_INTERFACE_AGE=0 AT_SPI_BINARY_AGE=0 AT_SPI_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION.$AT_SPI_MICRO_VERSION" -- 2.7.4