Updated ChangeLog, NEWS, and revved to 1.0.1. Branching for 2-0-0.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 13 Jun 2002 18:08:22 +0000 (18:08 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 13 Jun 2002 18:08:22 +0000 (18:08 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@316 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
NEWS
configure.in
registryd/registry.c

index 6630254..89b31e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2002-06-12  Bill Haneman  <bill.haneman@sun.com>
 
 2002-06-12  Bill Haneman  <bill.haneman@sun.com>
 
+       * 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  <bill.haneman@sun.com>
+
        * test/Makefile.am:
        Added target for new stress-test.
        
        * test/Makefile.am:
        Added target for new stress-test.
        
diff --git a/NEWS b/NEWS
index c129fe2..54a40de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 (top)
 (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
 What's new in at-spi-0.13.1:
 
 (note: 0.13.1 is not binary compatible with 0.12.1, clients will need
index 7a75488..4a71fdc 100644 (file)
@@ -2,7 +2,7 @@ AC_INIT(idl/Accessibility.idl)
 
 AT_SPI_MAJOR_VERSION=1
 AT_SPI_MINOR_VERSION=0
 
 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"
 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"
index d74fc8c..17682c2 100644 (file)
@@ -122,7 +122,6 @@ desktop_remove_application (SpiDesktop *desktop,
 }
 
 
 }
 
 
-
 static void
 spi_registry_object_finalize (GObject *object)
 {
 static void
 spi_registry_object_finalize (GObject *object)
 {