From: liyuan Date: Mon, 12 Nov 2007 14:54:16 +0000 (+0000) Subject: reverse the change. will not release 2.21.2. X-Git-Tag: AT_SPI2_ATK_2_12_0~794 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=a7edb7d917c1839fe0c2922f61c849bc6765fbec reverse the change. will not release 2.21.2. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@968 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index 4c4b5fe..2ea39e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,3 @@ -2007-11-12 Li Yuan - - * configure.in, README, NEWS: - Uprev/release 1.21.2. - -2007-11-12 Li Yuan - - * libspi/accessible.c: (impl_accessibility_accessible_get_state), - (impl_accessibility_accessible_get_relation_set): - Fix for #446277. Decrease the ref count to 1. - 2007-10-29 Li Yuan * configure.in, README, NEWS: diff --git a/NEWS b/NEWS index 619ba0c..641c242 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,3 @@ -What's new in at-spi-1.21.2: - -* Bugfixes: #446277. - What's new in at-spi-1.21.1: * Bugfixes: #490205, #490202, #489273. diff --git a/README b/README index ee617a1..809b822 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ README -at-spi version 1.21.2 +at-spi version 1.21.1 This version of at-spi requires atk 1.17.0 or later. diff --git a/configure.in b/configure.in index 2e2bfda..c395674 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=21 -AT_SPI_MICRO_VERSION=2 +AT_SPI_MICRO_VERSION=1 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"