===== Released 1.0.3 ===== ATK_1_0_3
authorOwen Taylor <otaylor@redhat.com>
Wed, 31 Jul 2002 22:46:37 +0000 (22:46 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 31 Jul 2002 22:46:37 +0000 (22:46 +0000)
Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>

        * ===== Released 1.0.3 =====

        * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
        interface, binary version 3.

        * NEWS: Updated.

ChangeLog
NEWS
configure.in
docs/tmpl/atkgobjectaccessible.sgml

index f40006e..15ccbdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * ===== Released 1.0.3 =====
+       
+       * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
+       interface, binary version 3.
+
+       * NEWS: Updated.
+
 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * README: Updated to describe where to log bugs and mention mailing
diff --git a/NEWS b/NEWS
index b686bb9..391fd6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 1.0.3
+
+* Documentation improvements [Padraig O'Briain]
+* 64-bit bug fixes [George Lebl]
+
 Changes in version 1.0.2
 
 * Fixed bug with focus notification [Padraig O'Briain]
index 7eabb13..7f6901d 100644 (file)
@@ -27,14 +27,14 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 ATK_MAJOR_VERSION=1
 ATK_MINOR_VERSION=0
-ATK_MICRO_VERSION=2
+ATK_MICRO_VERSION=3
 ATK_VERSION=$ATK_MAJOR_VERSION.$ATK_MINOR_VERSION.$ATK_MICRO_VERSION
 
 dnl The X.Y in -latk-X.Y line. This is expected to stay 1.0 until Atk 2.
 ATK_API_VERSION=1.0
 
 dnl Number of releases since we've added interfaces
-ATK_INTERFACE_AGE=2
+ATK_INTERFACE_AGE=3
 
 dnl Number of releases since we've broken binary compatibility. Should equal
 dnl ATK_MICRO_VERSION for a stable release
index de94f7a..0c174c5 100644 (file)
@@ -5,7 +5,6 @@ AtkGObjectAccessible
 This object class is derived from AtkObject and can be used as a basis 
 implementing accessible objects.
 
-
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 This object class is derived from AtkObject. It can be used as a basis for