summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-07-31 22:46:37 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-31 22:46:37 +0000
commit4e1c88fc92f803bce7f68e6015ac55e9fc76e1b5 (patch)
tree9d259471ded294bac90e21ea840fe568b2fcd362
parentdadc8752dbe19d98b2f3d635663eae06eb340841 (diff)
downloadatk-ATK_1_0_3.tar.gz
===== Released 1.0.3 =====ATK_1_0_3
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.
-rw-r--r--ChangeLog9
-rw-r--r--NEWS5
-rw-r--r--configure.in4
-rw-r--r--docs/tmpl/atkgobjectaccessible.sgml1
4 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f40006e..15ccbdc 100644
--- 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
--- 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]
diff --git a/configure.in b/configure.in
index 7eabb13..7f6901d 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/docs/tmpl/atkgobjectaccessible.sgml b/docs/tmpl/atkgobjectaccessible.sgml
index de94f7a..0c174c5 100644
--- a/docs/tmpl/atkgobjectaccessible.sgml
+++ b/docs/tmpl/atkgobjectaccessible.sgml
@@ -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