2006-12-15 Li Yuan <li.yuan@sun.com>
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 15 Dec 2006 11:06:40 +0000 (11:06 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 15 Dec 2006 11:06:40 +0000 (11:06 +0000)
        * 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
NEWS
configure.in

index 23e4445..d71f5d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-15  Li Yuan  <li.yuan@sun.com>
+
+       * configure.in, NEWS: Uprev/release 1.7.14 for gnome 2.17.4.
+
 2006-12-14  Li Yuan  <li.yuan@sun.com>
 
        Fix for #352444
diff --git a/NEWS b/NEWS
index 0d4ebb0..87fcb49 100644 (file)
--- 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
index 74e42bb..009bdc7 100644 (file)
@@ -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"