From d0e4b1269da768e55ea3225d18ef1f5fa053191a Mon Sep 17 00:00:00 2001 From: billh Date: Sun, 1 Oct 2006 18:10:04 +0000 Subject: [PATCH] Uprev/release 1.7.12 for gnome-2.16.1. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@860 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- NEWS | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ac68a4e..0d4ebb0 100644 --- 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. diff --git a/configure.in b/configure.in index f16d94f..8fa4908 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=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" -- 2.7.4