2007-06-04 Li Yuan <li.yuan@sun.com>
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 4 Jun 2007 10:05:57 +0000 (10:05 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 4 Jun 2007 10:05:57 +0000 (10:05 +0000)
        * 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

ChangeLog
NEWS
README
configure.in

index a1fdcb9..edf13f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-04  Li Yuan <li.yuan@sun.com>
+
+       * configure.in, README, NEWS:
+       Uprev/release 1.19.3 for GNOME 2.19.3.
+
 2007-05-30  Willie Walker <william.walker@sun.com>
 
        * configure.in, Makefile.am, pyatspi/Makefile.am: Fix for bug
diff --git a/NEWS b/NEWS
index edff244..9edaabe 100644 (file)
--- 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 (file)
--- 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
index 525b8b6..4ca4a9b 100644 (file)
@@ -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"