From 4e1c88fc92f803bce7f68e6015ac55e9fc76e1b5 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 31 Jul 2002 22:46:37 +0000 Subject: [PATCH] ===== Released 1.0.3 ===== Wed Jul 31 17:08:04 2002 Owen Taylor * ===== Released 1.0.3 ===== * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3, interface, binary version 3. * NEWS: Updated. --- ChangeLog | 9 +++++++++ NEWS | 5 +++++ configure.in | 4 ++-- docs/tmpl/atkgobjectaccessible.sgml | 1 - 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 + + * ===== 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 * 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. - This object class is derived from AtkObject. It can be used as a basis for -- 2.11.4.GIT