From: liyuan Date: Mon, 4 Jun 2007 10:05:57 +0000 (+0000) Subject: 2007-06-04 Li Yuan X-Git-Tag: AT_SPI2_ATK_0_1_3~356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=156e05757818854cb6aef89015a8d51c70243f1e;p=platform%2Fupstream%2Fat-spi2-atk.git 2007-06-04 Li Yuan * configure.in, README, NEWS: Uprev/release 1.19.3 for GNOME 2.19.3. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@932 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index a1fdcb9..edf13f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-04 Li Yuan + + * configure.in, README, NEWS: + Uprev/release 1.19.3 for GNOME 2.19.3. + 2007-05-30 Willie Walker * configure.in, Makefile.am, pyatspi/Makefile.am: Fix for bug diff --git a/NEWS b/NEWS index edff244..9edaabe 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +What's new in at-spi-1.19.3: + +* We add pyatspi into at-spi. pyatspi is an unified python binding. +* Bugfixes: #439057, #439436. + What's new in at-spi-1.19.1: * Bugfixes: #430938, #427836, #428007, #405774, #407600, #329454. diff --git a/README b/README index 7fcf0cd..6f0354f 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ README -at-spi version 1.19.1 +at-spi version 1.19.3 This version of at-spi requires atk 1.17.0 or later. @@ -62,6 +62,8 @@ The directories within this package are arranged as follows: code to the C bindings API. The header file "spi.h" contains the API declarations used by AT clients. + pyatspi: this directory is an unified python binding used by ATs. + tests : this directory should be called 'examples', since it contains not only test programs, but examples of how to use the AT-SPI. The sample program diff --git a/configure.in b/configure.in index 525b8b6..4ca4a9b 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=19 -AT_SPI_MICRO_VERSION=1 +AT_SPI_MICRO_VERSION=3 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"