Uprev/release 1.7.12 for gnome-2.16.1.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Sun, 1 Oct 2006 18:10:04 +0000 (18:10 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Sun, 1 Oct 2006 18:10:04 +0000 (18:10 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@860 e2bd861d-eb25-0410-b326-f6ed22b6b98c

NEWS
configure.in

diff --git a/NEWS b/NEWS
index ac68a4e..0d4ebb0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+What's new in at-spi-1.7.12:
+
+* Modified parameter names in some IDL to avoid class name collisions
+  (Gary Cramblitt).  This is a bincompat change which improves portability
+  of the IDL.
+
+* Bugfixes: #353226, #356688 (Neo Liu), #350552 (Ginn Chen), #350958.
+
 What's new in at-spi-1.7.11:
 
 * Docs fixes.
index f16d94f..8fa4908 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=11
+AT_SPI_MICRO_VERSION=12
 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"