2007-07-09 Li Yuan <li.yuan@sun.com>
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 10 Jul 2007 02:53:53 +0000 (02:53 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 10 Jul 2007 02:53:53 +0000 (02:53 +0000)
        * configure.in, README, NEWS:
        Uprev/release 1.19.5.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@937 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
NEWS
README
configure.in

index 7d09f10..c0f46ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-07-09  Li Yuan <li.yuan@sun.com>
 
+       * configure.in, README, NEWS:
+       Uprev/release 1.19.5.
+
+2007-07-09  Li Yuan <li.yuan@sun.com>
+
        * libspi/accessible.c: (impl_accessibility_accessible_get_state):
        Bug #446277. Control the ref_count to 1, so Orca can unref the
        state_set and avoid the memory leak.
diff --git a/NEWS b/NEWS
index 9edaabe..123a280 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi-1.19.5:
+
+* Bugfixes: #446277, #450897, #433802.
+
 What's new in at-spi-1.19.3:
 
 * We add pyatspi into at-spi. pyatspi is an unified python binding.
diff --git a/README b/README
index 6f0354f..e169635 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 README
 
-at-spi version 1.19.3
+at-spi version 1.19.5
 
 This version of at-spi requires atk 1.17.0 or later.
 
index 4ca4a9b..87c47ba 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=3
+AT_SPI_MICRO_VERSION=5
 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"