From: billh Date: Thu, 13 Jun 2002 18:08:22 +0000 (+0000) Subject: Updated ChangeLog, NEWS, and revved to 1.0.1. Branching for 2-0-0. X-Git-Tag: AT_SPI2_ATK_2_12_0~1350 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=1904e204547965e29223156f34fcc28d4a0f9aa6 Updated ChangeLog, NEWS, and revved to 1.0.1. Branching for 2-0-0. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@316 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index 6630254..89b31e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2002-06-12 Bill Haneman + * configure.in: + Revved to 1.0.1 + + * test/stress-test.c: + Added file. + + (may have been an incomplete commit yesterday?) + +2002-06-12 Bill Haneman + * test/Makefile.am: Added target for new stress-test. diff --git a/NEWS b/NEWS index c129fe2..54a40de 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,20 @@ (top) +What's new in at-spi-1.0.1: + +* bugfix for 82509 + +What's new in at-spi-1.0.0: + +* API Freeze (1.0 API is now FINAL) +* added boolean return for +Accessibility_Registry_registerKeystrokeListener. +* Revved activation ID for registry to "1.0" +* many bugfixes and improvements to global key listener implementation. +* improvements to regression test "test-simple", added key +listener/synthesis test. +* added sample code in "test" to demonstrate how flat line-mode +screen-review can be implemented with at-spi. + What's new in at-spi-0.13.1: (note: 0.13.1 is not binary compatible with 0.12.1, clients will need diff --git a/configure.in b/configure.in index 7a75488..4a71fdc 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=0 -AT_SPI_MICRO_VERSION=0 +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" diff --git a/registryd/registry.c b/registryd/registry.c index d74fc8c..17682c2 100644 --- a/registryd/registry.c +++ b/registryd/registry.c @@ -122,7 +122,6 @@ desktop_remove_application (SpiDesktop *desktop, } - static void spi_registry_object_finalize (GObject *object) {