From 7774c32bc836f91172f51fca630aa539d39f4aa0 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Mon, 12 May 2003 07:50:00 +0000 Subject: [PATCH] ===== Released 1.2.4===== 2003-05-13 Padraig O'Briain * ===== Released 1.2.4===== * configure.in: Version 1.2.4, interface age 4, binary age 204 * NEWS: Updated. --- ChangeLog | 12 ++++++++++-- NEWS | 7 +++++++ configure.in | 6 +++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5b589b0..1bea839 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ 2003-05-13 Padraig O'Briain - * docs/atk-sections.txt: Add entries to empty at-unused.txt. + * ===== Released 1.2.4===== - * docs/tmpl/atkobject.sgm: Remove documentation for AtkRole and + * configure.in: Version 1.2.4, interface age 4, binary age 204 + + * NEWS: Updated. + +2003-05-13 Padraig O'Briain + + * docs/atk-sections.txt: Add entries in order to empty at-unused.txt. + + * docs/tmpl/atkobject.sgml: Remove documentation for AtkRole and AtkLayer as it is inline. 2003-05-05 Christian Rose diff --git a/NEWS b/NEWS index ef3bd93..63146b3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes in version 1.2.4 +======================== +*Add translations: Serbian [Danilo \305\240egan] + +* Updated translations: Traditional Chinese [Abel Cheung], +Portuguese [Duarte Loreto], Icelandic [Sam\303\272el J\303\263n Gunnarsson] + Changes in version 1.2.3 ======================== * Add translations: Tamil [Dinesh], Yiddish [Raphael Finkel], diff --git a/configure.in b/configure.in index e3a0aed..2ac2219 100644 --- a/configure.in +++ b/configure.in @@ -31,16 +31,16 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0. dnl The triplet ATK_MAJOR_VERSION=1 ATK_MINOR_VERSION=2 -ATK_MICRO_VERSION=3 +ATK_MICRO_VERSION=4 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=3 +ATK_INTERFACE_AGE=4 -ATK_BINARY_AGE=203 +ATK_BINARY_AGE=204 AC_SUBST(ATK_MAJOR_VERSION) AC_SUBST(ATK_MINOR_VERSION) -- 2.11.4.GIT