summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2003-05-12 07:50:00 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-05-12 07:50:00 +0000
commit7774c32bc836f91172f51fca630aa539d39f4aa0 (patch)
treefae5186183d8811b6fb8ce8b4977394e2d2218be
parent32102a8c4e1121fb9de2e161ecb191eecebc8b80 (diff)
downloadatk-7774c32bc836f91172f51fca630aa539d39f4aa0.tar.gz
===== Released 1.2.4=====ATK_1_2_4
2003-05-13 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.2.4===== * configure.in: Version 1.2.4, interface age 4, binary age 204 * NEWS: Updated.
-rw-r--r--ChangeLog12
-rw-r--r--NEWS7
-rw-r--r--configure.in6
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 <padraig.obriain@sun.com>
- * 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 <padraig.obriain@sun.com>
+
+ * 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 <menthos@menthos.com>
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)